in reply to Triggering a script via email...continued
This takes any message originating from the domain "@somedomain.com", containing the subject "Re: Your message". and pipes the body of the email message into the script "NeatoPerlScript.pl". Then, within your Perl script, just check your standard input for the contents of the email.:0 b * ^From:.*@somedomain.com * ^Subject:.*Re: Your message | /usr/local/bin/NeatoPerlScript.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Triggering a script via email...continued
by dws (Chancellor) on Apr 19, 2002 at 23:13 UTC |