Eddy Beliveau: > Documentation said: > /"In the case that multiple *FILTER* actions fire, only the last one is > executed. " > > /I try without success to override previously defined FILTER > /^some-special-header/ FILTER my-filter > /^my-filter-been-there: Yes/ FILTER none
As documented, the syntax of a filter is "transport:destination", where an SMTP destination is typically of the form "host:port". To skip filters, specify the port that re-injects mail back into Postfix. filter scan:127.0.0.1:the_postfix_inject_port Wietse