>Changing any of this may require modification of the code in
>Mailman/Handlers/SMTPDirect.com. You can change -bounce to -admin by
>changing
>
>     if envsender is None:
>         if mlist:
>             envsender = mlist.GetBouncesEmail()
>         else:
>             envsender = Utils.get_site_email(extra='bounces')
>
>in SMTPDirect.py to
>
>     if envsender is None:
>         if mlist:
>             envsender = mlist.getListAddress('admin')
>         else:
>             envsender = Utils.get_site_email(extra='admin')
>
>Bounce processing will still work OK since -admin is a (deprecated)
>synonym for -bounces.

Thanks Mark, that's exactly what I needed!  Its all working just as the old 
server is now, which is just what the powers that be are after.

Thanks again!

john


------------------------------------------------------
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to