On Mon, Feb 11, 2002 at 10:56:17PM +0800, Suresh Ramasubramanian wrote:
| +++ dman [exim-users] <11/02/02 09:44 -0500>:
| > Use or don't use the DUL as you feel appropriate. Many people feel
| > that dialup users ought to be using their ISP as a relay instead of
| > delivering directly anyway.
|
| Now, wait a second ... if you parse ALL the mail headers for a dialup using
| (say) spamassasin, or procmail, you are going to throw away mail that comes
|
| dialup (dul listed) --> ISP's server --> your server --> you (running
| spamassasin)
Is it standard practice for the smarthost to include the DU's IP in
the headers?
Anyways, SA currenty has the following in it's default config :
header RCVD_IN_RELAYS_ORDB_ORG eval:check_rbl('relay', 'relays.ordb.org.')
describe RCVD_IN_RELAYS_ORDB_ORG Received via a relay in relays.ordb.org
header RCVD_IN_OSIRUSOFT_COM eval:check_rbl('relay', 'relays.osirusoft.com.')
describe RCVD_IN_OSIRUSOFT_COM Received via a relay in relays.osirusoft.com
header RCVD_IN_ORBZ eval:check_rbl('relay', 'inputs.orbz.org.')
describe RCVD_IN_ORBZ Received via a relay in inputs.orbz.org
header RCVD_IN_RFCI eval:check_rbl('rfci', 'ipwhois.rfc-ignorant.org.')
describe RCVD_IN_RFCI Received via a relay in ipwhois.rfc-ignorant.org
header RCVD_IN_ORBS eval:check_rbl('relay', 'orbs.dorkslayers.com.')
describe RCVD_IN_ORBS Received via a relay in orbs.dorkslayers.com
It doesn't use any DULs unless you add that to your own config.
-D
--
You have heard the saying that if you put a thousand monkeys in a room with a
thousand typewriters and waited long enough, eventually you would have a room
full of dead monkeys.
(Scott Adams - The Dilbert principle)