All pastes #2098209 Raw Edit

Stuff

public text v1 · immutable
#2098209 ·published 2012-01-02 17:49 UTC
rendered paste body
require "vacation";
require "envelope";
require "variables";

if envelope :matches "to" "*" { set "recipient" "${1}"; }

set "in_to" "no";
if address "to" "${recipient}" { set "in_to" "yes"; }

vacation "Sorry, I'm gone. [DEBUG: recipient: ${recipient}, in to: ${in_to}]";