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:Milan Obuch (mil@dino.sk)
Date:May 28, 2005 1:10:30 am
List:net.sourceforge.lists.courier-users

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