[HCoop-Help] [HCoop-Discuss] HCoop requirement to read user at hcoop.net

Nathan Kennedy ntk at hcoop.net
Wed Feb 20 12:14:31 EST 2008


On Tue, 19 Feb 2008 20:52:24 +0200, Omry Yadan <omry at yadan.net> 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 yourname at example.com
else save "/dev/null" 660
endif
finish




_______________________________________________
HCoop-Help mailing list
HCoop-Help at lists.hcoop.net
https://lists.hcoop.net/listinfo/hcoop-help




More information about the HCoop-Help mailing list