> Jeferson Pessoa Santana wrote: > > Hi guys, > > > > Does anyone know how to use Sender Base to check e-mails with > > SpamAssassin? > > > > For those who doesn't know Sender Base : www.senderbase.org. > > And to quote senderbase: > > "SenderBase is a reporting tool used by network > administrators to investigate traffic flows over the Internet > and does not operate a blacklist."
Not SenderBase specifically, but MXRate is a similar service. See www.mxrate.com for information. It works like other DNS-based black/white lists: header __RCVD_IN_MXRATE eval:check_rbl('mxrate', 'mxrate-server-address-here') describe __RCVD_IN_MXRATE Received via a relay in MXRate tflags __RCVD_IN_MXRATE net header RCVD_IN_MXRATE_BL eval:check_rbl_sub('mxrate', '127.0.0.2') describe RCVD_IN_MXRATE_BL MXRate recommends blocking tflags RCVD_IN_MXRATE_BL net score RCVD_IN_MXRATE_BL 2.0 header RCVD_IN_MXRATE_WL eval:check_rbl_sub('mxrate', '127.0.0.3') describe RCVD_IN_MXRATE_WL MXRate recommends allowing tflags RCVD_IN_MXRATE_WL net score RCVD_IN_MXRATE_WL -1.0 header RCVD_IN_MXRATE_S eval:check_rbl_sub('mxrate', '127.0.0.4') describe RCVD_IN_MXRATE_S MXRate sees as suspicious tflags RCVD_IN_MXRATE_S net score RCVD_IN_MXRATE_S 1.0