At this time, the only way to change the order of the filters is to edit 
spamdyke.c and move the function calls around.  Look for calls to 
filter_sender_blacklist() in smtp_filter().  Those lines will be clustered near 
other calls to filter* functions and reordering them will change the order the 
filters are run.

-- Sam Clippinger

On Sep 1, 2011, at 3:46 PM, Marcin Orlowski wrote:

> Hi,
> 
> I need to filter connection based on From (or MAIL FROM) content as 
> early as I can, especially before any dns query is executed. Can I do 
> that? I see logged
> 
> DENIED_IP_IN_RDNS from: 0-on80256e85.003f9...@jeronimo-martins.pt to: 
> xxxxxx origin_ip: 201.37.200.58 origin_rdns: c925c83a.virtua.com.br 
> auth: (unknown) encryption: (none)
> 
> so it seems I could?
> 
> 
> PS: online documentation is broken here:
> http://spamdyke.org/documentation/README.html#REJECTING_ADDRESSES
> 
> Regards,
> -- 
> "Daddy, what "Formatting drive C:" means?"...
> 
> Marcin             http://wfmh.org.pl/carlos/
> _______________________________________________
> spamdyke-users mailing list
> spamdyke-users@spamdyke.org
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users

_______________________________________________
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to