Op 21-6-2017 om 19:16 schreef lejeczek:
hi fellasgeneric construct for(if possible): reply vacation message if address is not from add1@com1 add2@com2would you share?
require "vacation"; if not address "from" ["add1@com1", "add2@com2"] { vacation "I am on vacation."; } Regards, Stephan.