Re: [exim] Email hanging spamd

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Fred Viles
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Email hanging spamd
On 30 Nov 2004 at 14:37, Matt Soccio wrote about
    "[exim] Email hanging spamd":


|...
| This file is nearly 7MB, so I don't understand why it is even going 
| through the spam filter since my acls for spam should exclude anything 
| over 90k:
| 
| deny  message = This message was detected as Spam.
|        spam = spamassassin:true
|        condition = ${if <{$message_size}{90k}{1}{0}}


Shouldn't the above two lines be reversed?

|...