sde
Verified User
does mail addressed to mailing lists get checked for spam?
when i receive mail through a list, i don't see spam ratings in the headers.
when i receive mail through a list, i don't see spam ratings in the headers.
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 22 Nov 2006 02:02:54 -0800
Received: from majordomo by cp.my-da-server.com with local (Exim 4.50)
id 1GmovC-0004br-DH
for [email protected]; Wed, 22 Nov 2006 02:01:38 -0800
Received: from zr106193.ppp.dion.ne.jp ([222.14.106.193] helo=carlos-kiyaz3wy)
by cp.my-da-server.com with esmtp (Exim 4.50)
id 1GmovA-0004bj-Ku
for [email protected]; Wed, 22 Nov 2006 02:01:37 -0800
Received: from 209.204.237.9 (HELO mail.business-web-hosting-usa.com)
by cust-domain.com with esmtp (+Z-YW:.EI 5D920)
id )84<E--R(1.+A-=1
for [email protected]; Wed, 22 Nov 2006 10:01:56 -0540
From: "Hunter Thomas" <[email protected]>
To: <[email protected]>
Subject: Hunter wrote:
Date: Wed, 22 Nov 2006 10:01:56 -0540
Message-ID: <01c70e1d$3e19b0e0$6c822ecf@deboramarcao>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Thread-Index: Aca6Q=33:90ISD,BA:A(WI*@EJ7FT*==
Sender: [email protected]
Precedence: bulk
spamcheck_director:
driver = accept
condition = "${if and { \
{!def:h_X-Spam-Flag:} \
{!eq {$received_protocol}{spam-scanned}} \
{!eq {$received_protocol}{local}} \
{exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
{exists{/etc/virtual/${domain}/passwd}} \
{\
or \
{ \
{!eq {}{${lookup{$local_part}lsearch{/etc/virtual/${domain}/passwd}}}} \
{eq {$local_part} {${lookup{$domain}lsearch{/etc/virtual/domainowners}}}} \
} \
} \
} {1}{0}}"
retry_use_local_part
transport = spamcheck
no_verify
{\
or \
{ \
{!eq {}{${lookup{$local_part}lsearch{/etc/virtual/${domain}/passwd}}}} \
{eq {$local_part} {${lookup{$domain}lsearch{/etc/virtual/domainowners}}}} \
} \
} \
{\
or \
{ \
{!eq {}{${lookup{$local_part}lsearch{/etc/virtual/${domain}/passwd}}}} \
[b]{!eq {}{${lookup{$local_part}lsearch{/etc/virtual/${domain}/majordomo/list.aliases}}}} \[/b]
{eq {$local_part} {${lookup{$domain}lsearch{/etc/virtual/domainowners}}}} \
} \
} \
70_sare_adult.cf 70_sare_html0.cf 72_sare_bml_post25x.cf.1
70_sare_evilnum0.cf 70_sare_html1.cf 72_sare_redirect_post3.0.0.cf
70_sare_evilnum1.cf 70_sare_obfu.cf 99_sare_fraud_post25x.cf
70_sare_genlsubj0.cf 70_sare_oem.cf chickenpox.cf
70_sare_genlsubj1.cf 70_sare_specific.cf init.pre
70_sare_header0.cf 70_sare_spoof.cf local.cf
70_sare_header1.cf 70_sare_stocks.cf v312.pre
70_sare_header2.cf 72_sare_bml_post25x.cf
10_misc.cf 23_bayes.cf 30_text_fr.cf
20_advance_fee.cf 25_accessdb.cf 30_text_it.cf
20_anti_ratware.cf 25_antivirus.cf 30_text_nl.cf
20_body_tests.cf 25_body_tests_es.cf 30_text_pl.cf
20_compensate.cf 25_body_tests_pl.cf 30_text_pt_br.cf
20_dnsbl_tests.cf 25_dcc.cf 50_scores.cf
20_drugs.cf 25_dkim.cf 60_awl.cf
20_fake_helo_tests.cf 25_domainkeys.cf 60_whitelist.cf
20_head_tests.cf 25_hashcash.cf 60_whitelist_dk.cf
20_html_tests.cf 25_pyzor.cf 60_whitelist_dkim.cf
20_meta_tests.cf 25_razor2.cf 60_whitelist_spf.cf
20_net_tests.cf 25_replace.cf 60_whitelist_subject.cf
20_phrases.cf 25_spf.cf languages
20_porn.cf 25_textcat.cf sa-update-pubkey.txt
20_ratware.cf 25_uribl.cf triplets.txt
20_uri_tests.cf 30_text_de.cf user_prefs.template
# Spam Assassin
begin transports
spamcheck:
driver = pipe
batch_max = 100
command = /usr/sbin/exim -oMr spam-scanned -bS
current_directory = "/tmp"
group = mail
home_directory = "/tmp"
log_output = true
message_prefix =
message_suffix =
return_fail_output
no_return_path_add
transport_filter = /usr/bin/spamc -u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}
# transport_filter = /usr/bin/spamc -U /var/spool/spamd/spamd -u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}
use_bsmtp
user = mail
# must use a privileged user to set $received_protocol on the way back in!
if [ -e /usr/bin/spamd ]; then /usr/bin/spamd -d -c -m 10 1>/dev/null 2>/dev/null; fi