amavis-user May 2011 archive
Main Archive Page > Month Archives  > amavis-user archives
amavis-user: Re: email with Passed SPAM

Re: email with Passed SPAM

From: Gary V <mr88talent_at_nospam>
Date: Sat May 28 2011 - 00:49:08 GMT
To: amavis-users@amavis.org

On 5/27/11, Oberdan Albertoni <obe@digicolor.net> wrote:
> Il 27/05/2011 16:22, Oberdan Albertoni ha scritto:
>> Il 27/05/2011 15:46, Michael Scheidell ha scritto:
>>> On 5/27/11 7:52 AM, Oberdan Albertoni wrote:
>>>> Hi I do not understand why despite having a set spam_kill_level = 4.5
>>>> this email, with Hits: 4.751
>>>> is able to go through the following ta
>>>>
>>> it did exactly what you told it to do.
>>>
>>> it tagged it as spam. the 'kill_level' is not really the level at
>>> which it is KILLED.
>>>
>>> if you want suspected spam sent to your MTA to process the headers,
>>> then look for the x-spam-flag header.
>>>
>>> if you want email like this quarantined, then adjust your settings so
>>> that anything > 4.5 is quarantined, not just flagged.
>>>
>>> (read amavis documentation)
>>>
>>
>> No, I want the anything > 4.5 are not sending, but blocked.
>> Tank you.
>>
>
> Sorry, but I have nother question, what is the 'level' at witch is
> KILLED if is not the 'kill_level' ?
> By Obe.
>
> --
> Oberdan Albertoni
>

Spam to these two recipients were passed on to Postfix:
<owner-digicolor-list@digicolor.net>
<scivac12@dns.digicolor.net>

To these recipients it was blocked.
<prefix0108@dns.digicolor.net>
<safe120@dns.digicolor.net>
<safe397@dns.digicolor.net>
<salino40@dns.digicolor.net>
<scrfced@dns.digicolor.net>

Are you using per-recipient settings of any kind (LDAP, SQL, hash
lookup, etc)? If so, what is different between
owner-digicolor-list@digicolor.net and safe120@dns.digicolor.net (for
example). It does seem odd to me. My guess is that
owner-digicolor-list@digicolor.net and scivac12@dns.digicolor.net may
be listed in @spam_lovers_maps? You might send a spammy message (one
that will score over 4.5) to owner-digicolor-list@digicolor.net and
safe120@dns.digicolor.net with debugging turned up by placing the
sender in @debug_sender_maps:

@debug_sender_maps = ( [qw( debug@example.com )] );

-- Gary V