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

RE: [cobalt-users] SendMail DNSBL config question (raq4)



> > Make sure you don't have any line wraps. Here's mine as an example, 
> > I've numbered the lines so you can remove wraps:
> >
> > 
> ######################################################################
> > ###  check_spews -- check against spews level 1 
> > 
> ######################################################################
> > R$* $: $&{client_addr} #1
> > R::ffff:$-.$-.$-.$- $: <?> $(host 
> > $4.$3.$2.$1.Spews.relays.OsiruSoft.com. $: OK $) #2
> > R$-.$-.$-.$- $: <?> $(host 
> $4.$3.$2.$1.Spews.relays.OsiruSoft.com. $: 
> > OK $) #3 R<?>OK $: OKSOFAR #4
> > R<?>$+ $#error $@ 5.7.1 $: "Mail from " $&{client_addr}
> > " Email blocked using SPEWS - see <http://test.mcwebber.com/>" #5
> >
> Dan,
> I noticed you don't have any <TABS> in your code. Are they 
> not needed? 

I do have tabs, as indicated in the pervious person's code. I forgot
that they wouldn't show up in Outlook. Again lines numbered due to
wrapping:

R$*<TAB><TAB><TAB>$: $&{client_addr}#1
R::ffff:$-.$-.$-.$-<TAB>$: <?> $(host $4.$3.$2.$1.dnsbl.sorbs.net. $: OK
$)#2
R$-.$-.$-.$-<TAB><TAB>$: <?> $(host $4.$3.$2.$1.dnsbl.sorbs.net. $: OK
$)#3
R<?>OK<TAB><TAB><TAB>$: OKSOFAR#4
R<?>$+<TAB><TAB><TAB>$#error $@ 5.7.1 $: "550 Mail from "
$&{client_addr} " refused by blackhole site dnsbl.sorbs.net see
<http://test.mcwebber.com/>"#5

-- 
C2003 Dan Kriwitsky

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