9 messages in net.sourceforge.lists.courier-maildrop[maildropl] Problem with maildroprc
FromSent OnAttachments
juanmiDec 23, 2005 1:52 pm 
Thorsten HaudeDec 23, 2005 2:02 pm 
Sergiy ZhukDec 23, 2005 2:10 pm 
juanmiDec 23, 2005 2:12 pm 
PollywogDec 23, 2005 2:20 pm 
juanmiDec 23, 2005 2:22 pm 
Thorsten HaudeDec 23, 2005 2:27 pm 
PollywogDec 23, 2005 2:39 pm 
Tony EarnshawDec 23, 2005 5:40 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:[maildropl] Problem with maildroprcActions...
From:juanmi (jua@planalfa.es)
Date:Dec 23, 2005 1:52:44 pm
List:net.sourceforge.lists.courier-maildrop

Hi list, i have a problem with this code, doesn't work. I don't know if it is OK. You can help me?

Thanks in advance.

/etc/maildroprc ========================================================== if ( $SIZE < 26144 ) { exception { xfilter "/usr/bin/spamassassin" } }

`test -d $HOME/Maildir/`

if( $RETURNCODE == 1 ) { exception { to /cartas/domain.com/spam/Maildir/new } }

else { if (/^X-Spam-Flag: *YES/) { exception { to "$HOME/$DEFAULT/.Spam" } } else { exception { to "$HOME/$DEFAULT" } } } ==================================================