Skip to content

Instantly share code, notes, and snippets.

@xai
Last active April 10, 2018 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xai/b95440218dfda13070d0a7375183961b to your computer and use it in GitHub Desktop.
Save xai/b95440218dfda13070d0a7375183961b to your computer and use it in GitHub Desktop.
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