procmail
[Top] [All Lists]

Re: procmail recipe

2006-10-27 09:23:20
In your message dated Fri, 27 Oct 2006 17:30:24 +0200, Ruud said that ...

But will deliver multiple copies. 

$SENDMAILFLAGS is often "-oi".

It is always much better to add an X-Loop: header field. 
And to not use real domain names, registered or not, for examples.


  H_XLOOP = "X-Loop: $LOGNAME!$HOST"

  :0
  *   ^From:.*\<z(_at_)example\(_dot_)com\>
  *   ^To:.*\<(a|b)@example\.com\>
  *!$ ^$\H_XLOOP
  {
      :0 fhw
      | formail -I"${H_XLOOP}"

      :0
      ! a(_at_)example(_dot_)com b(_at_)example(_dot_)com
  }

(untested)

The From: and To: conditions are not very secure!

Yes, much better. Thanks for the improvement Ruud.
  




-- 
Best Regards,

Tim Rice
---------------
Phuket Thailand

 


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>