03-Dec-03 at 10:08, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote :
> I have a list with a & in the name, is this a dis-allowed character in
> the list names?
> 
> I have recieved a message back indicating a problem with the use of
> the "&" see below:
> Final-Recipient: rfc822; arts&[EMAIL PROTECTED] 
> Action: failed 
> Status: 5.0.0 
> Diagnostic-Code: X-Postfix; Command died with status 127: 
> "/usr/local/mailman/mail/mailman request arts&science". Command
> output: sh: 
> science: command not found mailcmd script, list not found: arts 

The & in shell has a special meaning, it would have to be "escaped",
because

cd .. & ls

Means go up a directory then list it. & is a command separator or
something like that. && means execute the command that follows only if
the preceding command executes successfully.

Usernames should be A-Z, a-z, 0-9 and . _ with no other characters being
reliably passed in shell or by MTAs. That probably means list names
should be the same.

+ has a special meaning too, for VERP (variable envelope routing)

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
     Bridging the gap between management, HR and the tech team.

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to