I applied your patch to ASSP 1.3.3.8 an 1.3.5 and as far as I can see it really does the job. Thanks a lot Fritz.
Dirk > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:assp-user- > [EMAIL PROTECTED] Im Auftrag von Fritz Borgstedt > Gesendet: Donnerstag, 22. November 2007 08:01 > An: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > Betreff: Re: [Assp-user] Delaying does not work > > replace > > if (serverIsSmtpDestination($server) && !Delayok($fh,"$u$h")) { > > with > > if ((serverIsSmtpDestination($server) || $smtpDestination > =~/INBOUND/) && !Delayok($fh,"$u$h")) { > > > replace > > } elsif (serverIsSmtpDestination($server) && !Delayok($fh,"$u$h")) { > > with > > } elsif ((serverIsSmtpDestination($server) || $smtpDestination > =~/INBOUND/) && !Delayok($fh,"$u$h")) { > > > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Assp-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-user ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
