[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: UPDATE: Sendmail 8.9.3 and ORDB



On Wednesday, March 19, 2003, at 04:09  PM, Peter Frederick wrote:
Maybe this last line should really be

R<?>$+                  $#error $@ 5.7.1 $: "Rejected - see http://relays.
osirusoft.com/"

Yes, that's what I'm seeing in my sendmail.cf. I've actually changed the lines in the sendmail.mc to look like this:

FEATURE(`dnsbl', `relays.ordb.org', `"Refused (ordb): see http://www.sinauer.com
/contact/email.php?id=" $`'&{client_addr}')dnl

which gets this in the sendmail.cf:

R<?>$+ $#error $@ 5.7.1 $: "Refused (ordb): see http://www.sina
uer.com/contact/email.php?id=" $&{client_addr}

If someone actually pays attention to the bounce, they can follow the link to a PHP page on our site which picks up the HTTP GET variable and builds query links for the various DNSBLs. It's much more useful (and less confrontational) than, say, the bounce page at relays.osirusoft.com.

pjm