On Fri, Jun 03, 2005 at 11:12:44AM +0300, Odhiambo Washington wrote:
> * Dean Brooks <[EMAIL PROTECTED]> [20050602 18:16]: wrote:
>
> > In system filter:
> > 
> >   if foranyaddress $recipients ($thisaddress is "[EMAIL PROTECTED]")
> >   then
> >       unseen deliver [EMAIL PROTECTED] errors_to /dev/null
> >       finish
> >   endif
> 
> Does the "errors_to /dev/null" take care of situations like where the
> mailbox of [EMAIL PROTECTED] is full?

Exactly.  If you don't redirect the errors in that manner to go somewhere
else, those kinds of errors would go back to the original sender.  By
setting errors_to, it causes the forwarding to be completely invisible
to the original sender.

It can also make tracking down problems a bit more difficult, so you
could also forward to [EMAIL PROTECTED] or something just
to be safe.

--
Dean Brooks
[EMAIL PROTECTED]

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to