Skip to Content.
Sympa Menu

en - [sympa-users] not_me list subscription option

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Mike Carter <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] not_me list subscription option
  • Date: Tue, 9 Dec 2014 11:26:59 -0700

Hi All;

Is it intentional that the not_me option isn't available via Sympa list
commands via email, if the list allows it, but is available via the web
interface?

If this is not intentional, I believe it is a bug in the set subroutine in
Commands.pm

This is the code in question, version 6.1.23:

## Unknown command (should be checked....)
unless ($mode =~
/^(digest|digestplain|nomail|normal|each|mail|conceal|noconceal|summary|notice|txt|html|urlize)$/i)
{
&report::reject_report_cmd('user','error_syntax',{},$cmd_line);
return 'syntax_error';
}

I believe that the match in the unless should include not_me.

Thanks!

--

- Mike Carter
Enterprise Services
Office of Information Technology
University of Colorado Boulder


  • [sympa-users] not_me list subscription option, Mike Carter, 12/09/2014

Archive powered by MHonArc 2.6.19+.

Top of Page