Hi,
The attached patch fixes a warning issued by qpsmtpd because "use
strict" is enabled.
        -- Robert

--- qpsmtpd/plugins/check_badrcptto     2002-09-10 13:17:15.000000000 -0400
+++ qpsmtpd.work/plugins/check_badrcptto        2003-08-27 14:02:06.000000000 -0400
@@ -16,7 +16,7 @@
     return (DENY, "mail to $bad not accepted here")
       if $bad eq $from;
     return (DENY, "mail to $bad not accepted here")
-      if substr($bad,0,1) eq '@' && $bad eq "@$host";
+      if substr($bad,0,1) eq '@' && $bad eq "[EMAIL PROTECTED]";
   }
   return (DECLINED);
 }


-- 
    Robert James Kaes    ---  Flarenet Inc.  ---    (519) 426-3782
                       http://www.flarenet.com/
      * Putting the Service Back in Internet Service Provider *

Reply via email to