On Tue, 19 Feb 2008 20:52:24 +0200, Omry Yadan <[EMAIL PROTECTED]> wrote:

> > I tried to create a filtering .forward file, but I didn't get it to work.
> > This is the content of my file:
> > 
> > # Exim filter
> > if $header_from: contains "@hcoop.net"
> > then
> >         deliver omryATyadanDOTnet (real email here)
> > endif
> > 
> > finish
>   

Try this:
# Exim filter

if $header_from: ends "@hcoop.net"
then
  deliver [EMAIL PROTECTED]
else save "/dev/null" 660
endif
finish




_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to