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: [email protected] 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 > [email protected] > http://www.spamdyke.org/mailman/listinfo/spamdyke-users _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
