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

Reply via email to