Re: [exim] How to create a filter to catch all bounce messag…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: thomy@vincentz.com
Datum:  
To: exim-users
Betreff: Re: [exim] How to create a filter to catch all bounce messages

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

greets,
thomy