Re: [exim] Some messages not scanned for spam.

Top Page
Delete this message
Reply to this message
Author: pencho kuncho
Date:  
To: exim-users@exim.org
Subject: Re: [exim] Some messages not scanned for spam.
Hi Hendrik,
Thank you for your help. I know that i ask stupid questions and sorry about that, you are right.  I have this condition in Exim:

condition = ${if <{$message_size}{100k}{1}{0}}
changed it to

condition = ${if <{$message_size}{300k}{1}{0}}
and i'll see. 
Best Regards.

      From: Hendrik Jäger <exim-users@???>
 To: exim-users@??? 
 Sent: Wednesday, March 23, 2016 12:36 PM
 Subject: Re: [exim] Some messages not scanned for spam.


Hi

On Wed, 23 Mar 2016 09:24:19 +0000 (UTC)
pencho kuncho <mkp_71@???> wrote:

> I have strange situation. Some of incoming messages, aren't scanned
> for spam. I'll attach 2 files which have info about that. One is with
> scan info, other is without scan info. How to find where is the
> problem?


Two possibilities come to mind:
0) guessing
For example: one message is too big and does not get scanned by your
setup because you have size constraints in place.
1) troubleshooting
preferable over 0), but only possible when you provide more relevant
information. I’ll leave it as an exercise to you to figure out what
information that might be.
http://www.catb.org/~esr/faqs/smart-questions.html should help with
that.

Good luck and best regards

henk

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/