Stuff
public text v1 · immutablerequire "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}]";