Mark Sapiro wrote:
>
>The entry in qfiles/bad is something else. It is either an unparseable
>message (likely spam) or a message that was supposed to be shunted but
>for which shunting failed for some reason. You may be able to see the
>message content with either bin/show_qfiles or bin/dumpdb pointed at
>the file.


I neglected to mention, if you try to use bin/dumpdb on the .psv file,
you will need to specify '-p' to bin/dumpdb.

Also note that you have an underlying problem here in that Postfix is
doing domain or address verification during SMTP from Mailman and is
returning a 4xx (retryable) status for bad addresses. You should
return a 5xx status. I.e., set

unknown_local_recipient_reject_code = 550

in main.cf


-- 
Mark Sapiro <m...@msapiro.net>        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://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