From cc3d5b13e8380955ecad4c6a6790d5ff12694817 Mon Sep 17 00:00:00 2001 From: tkempf Date: Tue, 18 Jul 2017 15:03:41 +0200 Subject: [PATCH] Add Example for $novacation_pattern --- VIRTUAL_VACATION/vacation.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VIRTUAL_VACATION/vacation.pl b/VIRTUAL_VACATION/vacation.pl index 43bea207..8c996339 100644 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -223,6 +223,8 @@ our $noreply_pattern = 'bounce|do-not-reply|facebook|linkedin|list-|myspace|twit # hence an email to the alias should not trigger vacation messages. # By default vacation email addresses will be sent for all recipients. # default = '' +# preventing vacation notifications for recipient info@example.org would look like this: +# our $novacation_pattern = 'info\@example\.org'; our $novacation_pattern = '';