Don'tcha hate it when you spot a problem with code you *just* posted
someplace?

On 05/20/04 at 12:04, 'twas brillig and Ole Craig scrobe:
[...]
>   sub popauthget ($) {
>   # read sendmail's access.db and look for ip RELAY 
>     my ($ip) [EMAIL PROTECTED];
>     my $popauthdb = &opendb_read($popauthdbfile);
>     if ($popauthdb->{$ip} =~ /RELAY/) {
>       &closedb($popauthdb);
>       return "popauth";
>     }
>     return 0;
>   }

Of course, there oughta be a "&closedb($popauth);" before "return 0"
in there.

                Ole
-- 
Ole Craig * UNIX, linux, SMTP-ninja; news, web; SGI martyr * CS Computing
Facility, UMass * <www.cs.umass.edu/~olc/pgppubkey.txt> for public key

  Where are the missing deficit-reduction program-related activities?
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to