>> 
>> I have tried to read the source code and it seems that "void
smtp_mail"
>> is handling
>> the RBL check ( if Relayclient is not set ).
>> Is it possible to move the RBL check into "void_rcpt" for example 
>> after relayclient test, so i would be able to log the recipient 
>> address.
>> 
>
>Sure. Or to smtp_data().
>
>--
>Jose Celestino | http://japc.uncovering.org/files/japc-pgpkey.asc

Thanks for the diff Jose !

I have placed the RBL check into void smtp_rcpt because i will drop the
connection after the first "rcpt to" if sender ip is listed on RBL.

"make setup check" runs without any errors -> now it's time for testing

-Stefan


Reply via email to