I want to use procmail to trigger a script to run when a certain email message is encountered but I do not want to change, alter, or prevent delivery of the original message.
Will this procmail recipe work?
:0 fw
* ^From: .*numbchild@gmail\.com
{
:0 c
* ^Subject:\/.*
| /bin/sh $HOME/bin/notify.sh "Thread ('$MATCH') updated" "Body"
}