[Mailman-Users] Mailman not processing confirmations.

Mark Sapiro msapiro at value.net
Mon Feb 7 19:04:11 CET 2005


Matthew A. Marshall wrote re:
>>>
>>> VERP_CONFIRMATIONS = Yes
>>>
>I added that line to my mm_cfg.py and it came back with errors:
>
>   ----- Transcript of session follows -----
>Traceback (innermost last):
>  File "/var/mailman/scripts/mailcmd", line 31, in ?
>    from Mailman import MailList
>  File "/var/mailman/Mailman/MailList.py", line 35, in ?
>    from Mailman import mm_cfg
>  File "/var/mailman/Mailman/mm_cfg.py", line 65, in ?
>    VERP_CONFIRMATIONS = Yes
>NameError: Yes
>554 5.3.0 unknown mailer error 1

Did you add it before "from Defaults import *" in

###############################################
# Here's where we get the distributed defaults.

from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.

It must be after because that's where Yes is defined.

--
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list