[Mimedefang] greylisting

Lee Dilkie lee at dilkie.com
Fri Nov 28 12:27:52 EST 2003


> Something like this:
> >
> > sub is_authenticated () {
> >     open(COMM, "<./COMMANDS") or return 0;
> >     while(<COMM>) {
> >         if (/^=auth_authen/) {
> >             close(COMM);
> >             return 1;
> >         }
> >     }
> >     close(COMM);
> >     return 0;
> > }
> >

Perfect, thanks!

sorry for the resend of the original email, finger trouble).

-lee

(resend with less quoted material, the list robot rejected me the first
time).

-lee



More information about the MIMEDefang mailing list