
singletoned at gmail
Sep 30, 2009, 9:12 AM
Post #3 of 3
(640 views)
Permalink
|
|
Re: How to create a filter to catch all bounce messages
[In reply to]
|
|
On 30 Sep 2009, at 11:44, thomy [at] vincentz wrote: > >> As a follow-up to my previous question. How does one go about >> creating a filter that would match all bounce messages? >> >> I have tried: >> >> if error_message then >> seen save /nm_var/bounces/ >> endif > why not look for x-failed-recipients in the header? That's a brilliant idea, thank you. I'll try that out post haste. For the moment, checking that the return path contains my server name appears to work, but obviously isn't going to be correct in all cases. Yours is a much better solution. Thanks Ed -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
|