> because you have
> $spam_quarantine_to = undef;
> and
> $final_spam_destiny = D_DISCARD;
> this message was in fact discarded. This is why it cannot be found.
> This is what a discarded message will look like in mail.log.
> The next line in your log will say "250 2.7.1 Ok, discarded, UBE,"
>
Yes, the spam message does show up in mail.log:
postfix/smtpd[28704]: 2C5AB17CF: client=localhost.localdomain[127.0.0.1]
postfix/cleanup[28698]: 2C5AB17CF:
message-id=<[EMAIL PROTECTED]>
postfix/qmgr[21306]: 2C5AB17CF:
from=<[EMAIL PROTECTED]>, size=5323, nrcpt=1 (queue
active)
postfix/smtpd[28704]: disconnect from localhost.localdomain[127.0.0.1]
amavis[28513]: (28513-06) Passed, <[EMAIL PROTECTED]> ->
<[EMAIL PROTECTED]>, Message-ID:
<[EMAIL PROTECTED]>, Hits: 7.758
But how something with a spamscore of 7.8 is "passed" is a mystery to
me. I did increase log_level to 5, which might smoke out some useful
information.
> >> So, it passed at 7.6 and quarantined at 9.7. Not what you seem to
> >> have configured.
> >>
>
> Is it possible you took my advice and set?:
> $sa_tag_level_deflt = -999.0;
> $sa_tag2_level_deflt = 5.0;
> $sa_kill_level_deflt = 8.0;
> If so, this would explain this.
Yes, I did set these values. Here's what I've been using for last
couple days:
$sa_tag_level_deflt = -999;
$sa_tag2_level_deflt = 5.0;
$sa_kill_level_deflt = 8.0;
> > The return is: /etc/amavisd.conf
>
> Are you sure this didn't say "/etc/amavis/amavisd.conf"?
> I suspect it did. From a previous post, I found you said:
Yes, I corrected myself in a previous post. I've been short on
sleep and error prone, I'm sorry to admit.
> >> > $virus_quarantine_to = undef;
> >> > # $QUARANTINEDIR = '/var/lib/amavis/virusmails'; (commented)
> >> > I do have this virusmails directory, but it is empty.
> >> > $spam_quarantine_to = undef;
>
> I would *not* comment out:
> $QUARANTINEDIR = '/var/lib/amavis/virusmails';
I removed the # as you suggest even though the virusmails directory
does exist on my system.
> On another subject, make sure all your domains are listed in
> @local_domains_acl (including rewritten addresses like 'localhost'):
> @local_domains_acl(".$mydomain", '.hartford-hwp.com', 'localhost',
> 'localhost.localdomain')
Following your suggestion.
--
Haines Brown
KB1GRM
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/