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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: thomy@vincentz.com
Dátum:  
Címzett: exim-users
Tárgy: 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