Am 07.09.2014 um 04:46 schrieb Steffan A. Cline:
> I have a filter like this:
> 
> /^Subject:.*viagra/  DISCARD
> 
> BUT is it possible to filter by
> 
> User AND Subject?
> 
> /^To: j...@doe.com/ AND /^Subject:.*viagra/  DISCARD

no - it checks each header line if it matches
a regexp and fires the action if so, anything
above needs to be done in a policyd / milter

header_checks is a simple, ilimited and lightweight option

  • Header Checks Steffan A. Cline
    • Re: Header Checks li...@rhsoft.net

Reply via email to