From 18e4ff26b03a3c644b9a049fde78f1b1b366086c Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 21 Aug 2022 10:45:38 +0000 Subject: [PATCH] find 'bounce' everywhere! --- 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 3563081..a2edc97 100755 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -69,7 +69,7 @@ while (my $line = <>) { $ooo{$sid} = 1; $from = $address; dolog($fh, "$sid created session", $opt_l); - if ($from =~ m/^(postmaster|hostmaster)@|.*(noreply|no-reply|bounce).*@/i) { + if ($from =~ m/^(postmaster|hostmaster)@|.*(noreply|no-reply).*@|.*bounce.*/i) { $ooo{$sid} = 0; dolog($fh, "$sid from skip $from", $opt_l); }