Hi.

If i use stream_by_recipient and add ip validation header the mail is sent to the clientqueue (submit).

When the clientqueue send the mail i cant fetch the right ip from the original relay.

WasResten is 0.

What am i doing wrong?

        if(stream_by_recipient()){
                add_ip_validation_header();
                return;
        }

        if($WasResent){
                
                if($RealRelayAddr eq "127.0.0.1"){
                        $RelayAddr=$RealRelayAddr;
                        $RelayHostname=$RealRelayHostname;
md_syslog('info', "resent: $RelayAddr = $RealRelayAddr | $RelayHostname = $RealRelayHostname");
                        
                }
        }


never worked

/Peter
_______________________________________________
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 [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to