I have found that postfix continues to process the header and body checks even after it finds a match. I have been trying to do this using the FILTER command. Log shows a match for filter and then the next line shows a reject for something further down.
Reading the postfix docs it says OK stops processing for that line. FILTER leads me to believe that it will send it to the transport indicated and that no further processing will be done. Don't happen that way though. DustyC At 08:38 PM 10/16/2003, you wrote: >or if i'm not mistaken regexp/pcre files are scanned top to bottom looking >for a match. >move the jp filter line to the very bottom. >then place something like this just above it >/\.groups\.yahoo\.com/ OK > >thus any message with groups.yahoo.com in the header will skip the jp >filter, but it will apply to everything else so it keeps "some" >effectiveness.
