Autor: Paulo Andre Data: A: exim-users CC: Andrew Nelson Assumpte: Re: [exim] email archiving to file using router and transport?
On Thu, 2004-11-18 at 09:46 +0000, Philip Hazel wrote: > On Thu, 18 Nov 2004, Andrew Nelson wrote:
>
> > This works:
> > unseen save /var/mail/archive/$reply_address
> >
> > But this doesn't:
> > unseen save /var/mail/archive/$domain (or $local_part)
> >
> > Why is that?
>
> As the OP said, it's because there may be many recipients and the filter
> runs only once.
>
So If I needed to save the email for just a specific user how would I go
about it?