From 34474a20e581f8bc926e3debdacafbb25c9dedfb Mon Sep 17 00:00:00 2001 From: tkempf Date: Mon, 24 Jul 2017 08:06:10 +0200 Subject: [PATCH] set default value for $no_vacation_pattern --- VIRTUAL_VACATION/vacation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VIRTUAL_VACATION/vacation.pl b/VIRTUAL_VACATION/vacation.pl index 944d3fbb..b215930b 100644 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -222,7 +222,7 @@ our $noreply_pattern = 'bounce|do-not-reply|facebook|linkedin|list-|myspace|twit # default = '' # preventing vacation notifications for recipient info@example.org would look like this: # our $no_vacation_pattern = 'info\@example\.org'; -our $no_vacation_pattern = ''; +our $no_vacation_pattern = 'info\@example\.org'; # instead of changing this script, you can put your settings to /etc/mail/postfixadmin/vacation.conf