On Wed, 1 Nov 2006 08:56:07 +0100, [EMAIL PROTECTED] wrote:

>Dobrý den,
>24. ríjna 2006, 8:05:06, napsal jste:
>
>> [EMAIL PROTECTED] wrote to me off list:
>>> So, how whitelist the e-mail from users in my domain?
>
>> I'd be asking myself why there's a need to whitelist my own users. 
>> Afterall, if you have to whitelist them to avoid their messages being 
>> marked as spam, what do you expect is going to happen when their mail 
>> arrives at other domains?
>
>> In any case, you could use whitelist_from_rcvd, whitelist_from_spf 
>> whitelist_from_dkim or whitelist_from_dk.  Or don't even bother scanning
>> local mail.
>
>
>> Daryl
>
>I edit my local.cf to:
>
># This is the right place to customize your installation of SpamAssassin.
>#
># See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
># tweaked.
>#
>###########################################################################
>#
># rewrite_header Subject *****SPAM*****
>rewrite_header Subject *****SPAM*****
># report_safe 1
># trusted_networks 212.17.35.
># lock_method flock
>whitelist_from  [EMAIL PROTECTED]
>trusted_networks 10.0.0/23 127/8
>whitelist_from_rcvd [EMAIL PROTECTED] muvalmez.cz
>##########################################################################
>use_bayes 1
>bayes_auto_learn 1
># Enable or disable network checks
>skip_rbl_checks         0
>use_razor2              1
>#use_dcc                 1
>use_pyzor               1
>
># Mail using languages used in these country codes will not be marked
># as being possibly spam in a foreign language.
># - czech english german polish russian slovak 
>ok_languages            cs 
>
># Mail using locales used in these country codes will not be marked
># as being possibly spam in a foreign language.
>ok_locales              cs
>bayes_path /var/spool/spamassassin/bayes/bayes
>bayes_file_mode 0777
>
>although I find this spam with negative score:
>
>Return-Path: <[EMAIL PROTECTED]>
>X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on fw.muvalmez.cz
>X-Spam-Status: No, score=-80.4 required=5.0 tests=BAYES_50,EXTRA_MPART_TYPE,
>        FROM_LOCAL_NOVOWEL,HELO_DYNAMIC_DHCP,HELO_DYNAMIC_IPADDR,HTML_90_100,
>        HTML_IMAGE_ONLY_08,HTML_MESSAGE,MIME_HTML_MOSTLY,MY_CID_AND_CLOSING,
>        MY_CID_AND_STYLE,SARE_GIF_ATTACH,SARE_GIF_STOX,UNPARSEABLE_RELAY,
>        USER_IN_WHITELIST autolearn=no version=3.1.5
>X-Spam-Level: 
>X-Original-To: [EMAIL PROTECTED]
>Received: from adsl-074-246-243-216.sip.ard.bellsouth.net 
>(adsl-074-246-243-216.sip.ard.bellsouth.net [74.246.243.216])
>        by fw.muvalmez.cz (Postfix) with ESMTP id 5DC9E2C092
>        for <[EMAIL PROTECTED]>; Tue, 31 Oct 2006 22:17:37 +0100 (CET)
>Received: from mail.roschemanagement.de (port=15557 helo=hfksmjdhqtfa)
>        by adsl-074-246-243-216.sip.ard.bellsouth.net with smtp
>        id 46D6-mPwO8R8w-Hn4
>        for [EMAIL PROTECTED]; Tue, 31 Oct 2006 16:17:39 -0500
>Message-ID: <[EMAIL PROTECTED]>
>From: "Ricky Martin" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: your spiritual side of the rising in all, the.  I fuse a
>Date: Tue, 31 Oct 2006 16:17:39 -0500


Reading further through your mail rather than scanning it.. you would
need to replace...
whitelist_from_rcvd [EMAIL PROTECTED] muvalmez.cz
with
whitelist_from_rcvd * fw.muvalmez.cz

The info following the * needs to be the fqdn of your mailserver, not
your domain as you currently seem to have.

Sorry for the earlier confusion.

Nigel

Reply via email to