[Mimedefang] md_check_against_smtp_server {Scanned by Allteks Mailsafe}

Paul Houselander housey at sme-ecom.co.uk
Fri Oct 19 09:31:59 EDT 2007


Hi

Whilst trying to debug I was thinking the same, I pretty much used this
script http://www.mimedefang.org/kwiki/index.cgi?RecipientCheckBDBCache in
its entirity, I used to use a much simplier script which just checked based
on whether md_check_against_server returned REJECT.

Im guessing its just there as a double check that its definitly a user
unknown? can anyone else think of any other reason to have it? if not ill
take out and see what happens.

Thanks

Paul

> -----Original Message-----
> From: mimedefang-bounces at lists.roaringpenguin.com
> [mailto:mimedefang-bounces at lists.roaringpenguin.com]On Behalf Of David
> F. Skoll
> Sent: 19 October 2007 13:56
> To: mimedefang at lists.roaringpenguin.com
> Subject: Re: [Mimedefang] md_check_against_smtp_server {Scanned by
> Allteks Mailsafe}
>
>
> Paul Houselander wrote:
>
>
> > my $msgre = "5\.1\.1|No Such user|User unknown|unknown user account";
> > my ($stat,$msg,$code) =
> md_check_against_server('<>',$recip,$helo,$server);
>
> > if ( $stat == "REJECT" && $msg =~ /$msgre/i ) {
> >   return("REJECT","No such user");
> > }
>
> Why are you doing the regex match?  Is that necessary?
>
> > Any ideals on what else to check, it all looks like it should work but
> > doesnt (it works fine for every other customer I have set up)
>
> We'd probably need to see your entire filter.
>
> Regards,
>
> David.
> _______________________________________________
> NOTE: If there is a disclaimer or other legal boilerplate in the above
> message, it is NULL AND VOID.  You may ignore it.
>
> Visit http://www.mimedefang.org and http://www.roaringpenguin.com
> MIMEDefang mailing list MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
>
>
> This message has been scanned by the Allteks Mailsafe Service
>
>
>





More information about the MIMEDefang mailing list