Skip to main content
added 25 characters in body
Source Link
user994144
  • 296
  • 3
  • 9

There are multiple solutions to this problem. As suggested by Rahul in the comments, I would use procmail and edit .procmailrc to something like this:

:0 * ^From.*[email protected] * !^FROM_DAEMON * !^FROM_MAILER * ^Subject:.*Unlock | /path/to/your/script 

There are multiple solutions to this problem. As suggested by Rahul in the comments, I would use procmail and edit .procmailrc to something like this:

:0 * ^From.*[email protected] * !^FROM_DAEMON * !^FROM_MAILER | /path/to/your/script 

There are multiple solutions to this problem. As suggested by Rahul in the comments, I would use procmail and edit .procmailrc to something like this:

:0 * ^From.*[email protected] * !^FROM_DAEMON * !^FROM_MAILER * ^Subject:.*Unlock | /path/to/your/script 
Source Link
user994144
  • 296
  • 3
  • 9

There are multiple solutions to this problem. As suggested by Rahul in the comments, I would use procmail and edit .procmailrc to something like this:

:0 * ^From.*[email protected] * !^FROM_DAEMON * !^FROM_MAILER | /path/to/your/script