[email protected] wrote:
>
>Can deactivate ANY confirmation and approval emails for email commands
>authorized by the site administrator password? How?


This would require source code modification. probably several of the
Mailman/Commands/cmd_* modules would require modification. Also,
Mailman/Queue/CommandRunner.py would need to be modified to at least
determine if site password authentication was present and set some
attribute in the Results class instance to so indicate to the command
modules and not send the results.


>Is there an elegant update-proof solution? I need that especially for
>subscription and unsubscription.


Use command line tools. If this must be done by email, create your own
email command processing module invoked by an email alias that would
pipe your command email to your module for processing.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to