Last active
April 10, 2018 01:07
-
-
Save xai/b95440218dfda13070d0a7375183961b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "vacation"; | |
if anyof (address "From" "bunghole@company.org") | |
{ | |
vacation :days 1 :addresses ["me@company.org"] | |
"This mail will not be read by me, it has been expunged to /dev/null instead. | |
Apparently, I put your mail address into my killfile. | |
You sent me an unusual amount of annoying, unsolicited, and undesirable mail in the past. | |
This is not an error, I register each killfile entry manually and very carefully. | |
Go away."; | |
discard; | |
stop; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment