Hung Phan wrote:
>
>How do we stop Mailman from re-sending out messages in the query? and How do 
>we clear the entire query out? Can we remove certain messages from the query? 
>Mailman version 2.1.12 and Exim 4


To clear the retry queue, do

  rm /path/to/mailman/qfiles/retry/*

To prevent messages from being queued for retry in the first place you
could figure out why Exim is returning a temporary failure status (4xx
or 552) for some or all recipients, and make it return a permanent
failure instead.

To make Mailman retry only once instead of for the default 5 days, set

DELIVERY_RETRY_PERIOD = 0

in mm_cfg.py.

-- 
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