Mark Sapiro wrote:

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 <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/matthew.marshall%40noaa.gov



Yes, I put it on the very last line of the file.

--Matt
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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

Reply via email to