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

RE: [cobalt-users] [Maybe OT] Anti-spam measures



> 
> # DNS based IP address spam list bl.spamcop.net
> R$*                     $: $&{client_addr}
> R::ffff:$-.$-.$-.$-     $: $(host $4.$3.$2.$1.bl.spamcop.net. $: OK $)
> R$-.$-.$-.$-            $: $(host $4.$3.$2.$1.bl.spamcop.net. $: OK $)
> ROK                     $: OKSOFAR
> R$+                     $#error $@ 5.7.1 $: Rejected - see
> http://spamcop.net/
> 

Looks similar to mine. I substituted [TAB] for the tabs here. I see some
quotes in mine that I don't see in your rejection line. Mine will disply
the IP rejected in the rejection message:

R$*[TAB]$: $&{client_addr}
R::ffff:$-.$-.$-.$-	$: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK
$)
R$-.$-.$-.$-		$: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK
$)
R<?>OK[TAB]$: OKSOFAR
R<?>$+[TAB]$#error $@ 5.7.1 $: "Mail from " $&{client_addr} " Email
blocked using spamcop

Mine are in Sendmail.cf right before the section:
###  check_mail -- check SMTP `MAIL FROM:' command argument

When I make the changes I run:

/etc/rc.d/init.d/sendmail stop
killall -9 sendmail
/etc/rc.d/init.d/sendmail start

Then to check all is OK:
ps waux | grep sendmail

-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.