Remove message from send queue
Dear MM3 list,
A address with false syntax got added accidentally to one of our lists. The smtp server now rejects the mail with the following error codes found in mailman.log:
Feb 15 11:36:55 2019 (34) <bbd7a3da-32e7-ad12-4b5b-e250b3447639@domain.tld> recipients refused: {'l3s3105p7@91.55.218.102': (401, b'4.1.3 Bad recipient address syntax')} Feb 15 11:36:55 2019 (34) <bbd7a3da-32e7-ad12-4b5b-e250b3447639@domain.tld> smtp to xxx@yyy.com for 1 recips, completed in 0.031468868255615234 seconds Feb 15 11:36:55 2019 (34) <bbd7a3da-32e7-ad12-4b5b-e250b3447639@domain.tld> post to list from address@domain.tld, 767768 bytes, 1 failures Feb 15 11:36:55 2019 (34) <bbd7a3da-32e7-ad12-4b5b-e250b3447639@domain.tld> delivery to l3s3105p7@91.55.218.102 failed with code 401, b'4.1.3 Bad recipient address syntax'
How to remove this mails from the queue? Removing the address from the list doesn't help.
Best regards,
Johannes Winter
On 2/15/19 3:48 AM, Johannes Winter wrote:
Dear MM3 list,
A address with false syntax got added accidentally to one of our lists. The smtp server now rejects the mail with the following error codes found in mailman.log: ... How to remove this mails from the queue? Removing the address from the list doesn't help.
The status returned by the MTA is retryable (401) so Mailman will retry at 15 minute intervals for 5 days and then give up. If you want to get rid of the message before the 5 days are up, it is in Mailman's var/queue/retry/ queue. You can examine it with 'mailman qfile' to make sure you have the right message and then just remove it.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Johannes Winter
-
Mark Sapiro