Thank you,
But I'm a error system filter error when I'm using the bracket in the
regex
Error in system filter: unexpected "(" in line 4 of filter file
see you
Raphael
On Wed, 2003-01-22 at 15:39, Philip Hazel wrote:
> On 22 Jan 2003, Raphaël Berghmans wrote:
>
> > More specificaly, I want that Exim make a copy to a local mailbox for
> > every mail sent by a local user of the localdomain to an external domain
>
> System filter:
>
> if first_delivery and
> $recipients matches \N@(?!your\.local\.domain(\s|$))\N
> then
> unseen deliver copybox@???
> endif
>
> Untested. Regular expressions are your friend.