Hello all,
Can anyone tell me how I can get procmail to filter on a full subject line instead of just one word of the subject line? Every FAQ and man page I went to only shows an example of filtering a subject line with one word. I need to be able to do more then one. Here is a current example of what I have in my .procmailrc file: :0: * ^Subject:.*Automated Bug Report "$HOME/Database Messages" :0: * ^Subject:.*Automated Bug Report* "$HOME/Database Messages" I have tried the following: :0: * ^Subject:.*Automated *Bug *Report* "$HOME/Database Messages" :0: * ^Subject:.*Automated/Bug/Report* "$HOME/Database Messages" :0: * ^Subject:.*Automated+Bug+Report* "$HOME/Database Messages" Any help is appreciated. L |