How to remove checks for DSL?
Rob Morin
rob at thehostmasters.com
Thu Jul 13 19:34:38 IST 2006
But i do not want to block all RBL stuff, just the check for DSL, so if
i do..
score RCVD_IN_SBL 0.0
score RCVD_IN_XBL 0.0
Will i give anything found there a score of 0.0 ?
grepping for dsl in the SA rules gives me these rule filenames that
check for dsl?
70_sare_header.cf:#counts SARE_HELO_EQ_DSL_3 3s/0h of 6924
corpus (1403s/5521h ft) 07/27/05
88_FVGT_headers.cf:header HELO_EQ_DSL X-Spam-Relays-Untrusted
=~ /^[^\]]+ helo=[^ ]+(?!(?:[a-z]dsl|dsl[a-z]))[-.]?dsl[-.]?/
88_FVGT_headers.cf:score HELO_EQ_DSL 1.129
here is the headers of the email
X-Peter-Dido-ca-MailScanner-SpamCheck: spam, SpamAssassin (score=4.328,
required 4, HOST_EQ_DSL 0.49, HOST_EQ_DSL_DDDD 0.55,
HOST_EQ_D_D_D_D 0.67, HOST_EQ_D_D_D_DB 0.89, HOST_MISMATCH_COM 0.31,
NO_REAL_NAME 0.55, URI_SCHEME_MIXED_CASE 0.87)
Thanks...
Rob Morin
Dido InterNet Inc.
Montreal, Canada
Http://www.dido.ca
514-990-4444
Martin Hepworth wrote:
> Rob Morin wrote:
>> The DSL scores are causing me some issues. I have a mailing list on
>> the end of a DSL line, and every time i send something to it, i get
>> marked as spam for being on a dsl line.... how can i simply not care
>> about dsl checks? My clients do not like this.... plus i have some
>> client that have exchange servers behind a dsl line and they get the
>> same issues...
>>
>> But i need to do it in my local .cf so when rules du jour updates i
>> do not loose my settings....
>>
>> Thanks for any help and have a super day!
>>
>> Thanks...
>>
> remove the check by give that RBL a zero score in
> spam.assassin.prefs.conf.
> I turn most of the RBL's off and end up with this lot in my file..
>
> # don't do all the RBL's just orb and spamhause XBL - above
> #score __RCVD_IN_SBL_XBL 0.0
> score RCVD_IN_SBL 0.0
> score RCVD_IN_XBL 0.0
> score __RCVD_IN_NJABL 0.0
> score RCVD_IN_NJABL_DUL 0.0
> score RCVD_IN_NJABL_MULTI 0.0
> score RCVD_IN_NJABL_PROXY 0.0
> score RCVD_IN_NJABL_RELAY 0.0
> score RCVD_IN_NJABL_SPAM 0.0
> score RCVD_IN_NJABL_CGI 0.0
> #score __RCVD_IN_SORBS 0.0
> score RCVD_IN_SORBS_HTTP 0.0
> score RCVD_IN_SORBS_MISC 0.0
> score RCVD_IN_SORBS_SMTP 0.0
> score RCVD_IN_SORBS_SOCKS 0.0
> score RCVD_IN_SORBS_WEB 0.0
> score RCVD_IN_SORBS_BLOCK 0.0
> score RCVD_IN_SORBS_ZOMBIE 0.0
> score RCVD_IN_SORBS_DUL 0.0
> score __RFC_IGNORANT_ENVFROM 0.0
> score DNS_FROM_RFC_DSN 0.0
> score DNS_FROM_RFC_POST 0.0
> score DNS_FROM_RFC_ABUSE 0.0
> score DNS_FROM_RFC_WHOIS 0.0
> score DNS_FROM_RFC_BOGUSMX 0.0
> score RCVD_IN_DSBL 0.0
> score DNS_FROM_AHBL_RHSBL 0.0
> #score HABEAS_INFRINGER 0.0
> #score HABEAS_USER 0.0
> score RCVD_IN_BSP_TRUSTED 0.0
> score RCVD_IN_BSP_OTHER 0.0
> #score __SENDERBASE 0.0
> #score SB_NEW_BULK 0.0
> #score SB_NSP_VOLUME_SPIKE 0.0
> #core RCVD_IN_RSL 0.0
> score RCVD_IN_MAPS_RBL 0.0
> score RCVD_IN_MAPS_DUL 0.0
> score RCVD_IN_MAPS_RSS 0.0
> score RCVD_IN_MAPS_NML 0.0
>
>
> the ones ending un DUL are the 'Dail-UP' checks.
>
>
More information about the MailScanner
mailing list