From 4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 30 Aug 2002 09:34:01 +0000 Subject: canonical bug bis --- postfix_wizard/scripts/Postfixconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postfix_wizard/scripts/Postfixconf.pm') diff --git a/postfix_wizard/scripts/Postfixconf.pm b/postfix_wizard/scripts/Postfixconf.pm index dfaf1f47..63c1b263 100644 --- a/postfix_wizard/scripts/Postfixconf.pm +++ b/postfix_wizard/scripts/Postfixconf.pm @@ -56,7 +56,7 @@ sub do_it { my $canon = "\n\@$wiz_domain_name $ENV{wiz_mail_masquerade}"; my $t; foreach (cat_($file)) { - if (/^\s*(?!\#)\s*\@.*\@.*\@.*/) { + if (/^\s*(?!\#)\s*\@$wiz_domain_name.*/) { $t = $_; last; } -- cgit v1.2.1