Re: increase score according message size

2011-04-10 Thread John Hardin
On Mon, 11 Apr 2011, David Touzeau wrote: It's possible your MTA inserts a Content-Length: header before SA sees the message. If so, then checking it is fairly trivial. Try to determine whether your MTA does this. If not, SA does not currently (that I can find) expose the raw size of the messag

Re: increase score according message size

2011-04-10 Thread David Touzeau
Le samedi 09 avril 2011 à 15:04 -0700, John Hardin a écrit : > On Sat, 9 Apr 2011, David Touzeau wrote: > > > Le samedi 09 avril 2011 à 08:59 -0700, John Hardin a écrit : > >> On Sat, 9 Apr 2011, Benny Pedersen wrote: > >> > This to manage a quarantine area. > Rejecting the message cause

Re: increase score according message size

2011-04-09 Thread RW
On Sat, 09 Apr 2011 21:10:39 +0200 David Touzeau wrote: > "Linux community is very good and answering very fast... This is very > good... > But there is only one trouble... When needs to "judge" about a > technical issue or try to find a "political" answer, we polluate the > discuss mail archive

Re: increase score according message size

2011-04-09 Thread John Hardin
On Sat, 9 Apr 2011, David Touzeau wrote: Le samedi 09 avril 2011 à 08:59 -0700, John Hardin a écrit : On Sat, 9 Apr 2011, Benny Pedersen wrote: This to manage a quarantine area. Rejecting the message cause troubles according VIPs that needs to receive some attached files. So i would like to

Re: increase score according message size

2011-04-09 Thread David Touzeau
Le samedi 09 avril 2011 à 08:59 -0700, John Hardin a écrit : > On Sat, 9 Apr 2011, Benny Pedersen wrote: > > >> This to manage a quarantine area. > >> Rejecting the message cause troubles according VIPs that needs to > >> receive some attached files. > > > > email is not a p2p service, install

Re: increase score according message size

2011-04-09 Thread John Hardin
On Sat, 9 Apr 2011, Benny Pedersen wrote: This to manage a quarantine area. Rejecting the message cause troubles according VIPs that needs to receive some attached files. email is not a p2p service, install a bittorrent tracker, and make it authed to emails sasl users, now the fun starts :)

Re: increase score according message size

2011-04-09 Thread Benny Pedersen
> This to manage a quarantine area. > Rejecting the message cause troubles according VIPs that needs to > receive some attached files. email is not a p2p service, install a bittorrent tracker, and make it authed to emails sasl users, now the fun starts :)

Re: increase score according message size

2011-04-09 Thread David Touzeau
Le samedi 09 avril 2011 à 02:49 +0200, Mikael Syska a écrit : > Hi, > > On Sat, Apr 9, 2011 at 2:43 AM, David Touzeau wrote: > > Dear > > > > I would like to increase score according the message size. > > Instead blocking it by the MTA i would like spamassassin define it has SPAM > > if it reach

Re: increase score according message size

2011-04-08 Thread Mikael Syska
Hi, On Sat, Apr 9, 2011 at 2:43 AM, David Touzeau wrote: > Dear > > I would like to increase score according the message size. > Instead blocking it by the MTA i would like spamassassin define it has SPAM > if it reach a defined value... Why not just reject the mail if its over x MB at the MTA l

increase score according message size

2011-04-08 Thread David Touzeau
Dear I would like to increase score according the message size. Instead blocking it by the MTA i would like spamassassin define it has SPAM if it reach a defined value... Best regeads