diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-30 09:34:01 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-30 09:34:01 +0000 |
commit | 4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e (patch) | |
tree | 20712b2a1c981a586d028155292a79510c6473fb /postfix_wizard/scripts | |
parent | 2ec3d73a715b02e6373967048a2ee5247818aa2c (diff) | |
download | drakwizard-4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e.tar drakwizard-4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e.tar.gz drakwizard-4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e.tar.bz2 drakwizard-4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e.tar.xz drakwizard-4f2cff7e07cfddb99e0562e0e1f8eae1914ef16e.zip |
canonical bug bis
Diffstat (limited to 'postfix_wizard/scripts')
-rw-r--r-- | postfix_wizard/scripts/Postfixconf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |