6 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Filter by message...
FromSent OnAttachments
Kóczán PéterMay 28, 2005 12:13 am 
Milan ObuchMay 28, 2005 1:10 am 
Kóczán PéterMay 28, 2005 1:17 am 
Kóczán PéterMay 28, 2005 1:00 pm 
Gordon MessmerMay 28, 2005 4:46 pm 
Jerry AmundsonMay 28, 2005 5:24 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] Filter by message size per userActions...
From:Kóczán Péter (pet@koczan.org)
Date:May 28, 2005 1:00:05 pm
List:net.sourceforge.lists.courier-users

Is there a documentation that explains the syntax of smtpfilter files?

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Kóczán Péter Sent: Saturday, May 28, 2005 10:20 AM To: courier Subject: RE: [courier-users] Filter by message size per user

It does not :)

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Milan Obuch Sent: Saturday, May 28, 2005 10:10 AM To: cour@lists.sourceforge.net Subject: Re: [courier-users] Filter by message size per user

On Saturday 28 May 2005 09:15, Kóczán Péter wrote:

Hi,

I've tried to filter one of my user's messages by size, so that if a message is over 500kb, deliver it to a different mailbox.

I tried it with localmailfilters, smtpfilter,:

import SIZE if($SIZE > 500000) { to "/mail/whatever" }

It did not work :)

Please advise,

Try it without import. Sometimes it helps. Milan