procmail
[Top] [All Lists]

Procmail regexp question

2016-10-17 15:37:50
I'd like to filter messages with one string but not another in the
,subject line.  For example, with "cat" but not "dog", so
        "Subject: My cat"
is accepted but
        "Subject: My cat hates dogs"
and
        "Subject: My dog"
        "Subject: My goat"
are not.

It's not hard in the full regexp.  For example see:

http://stackoverflow.com/questions/2078915/a-regular-expression-to-exclude-a-word-string

However, procmail's regexp is limited, so how to do it?

Jon
____________________________________________________________
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>