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