15 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] problem with a rule
FromSent OnAttachments
Thierry BJan 27, 2006 5:22 am 
Thorsten HaudeJan 27, 2006 12:48 pm 
Thierry BJan 29, 2006 3:29 am 
Thorsten HaudeJan 29, 2006 7:11 am 
Thierry BFeb 1, 2006 2:23 am 
Thorsten HaudeFeb 1, 2006 3:19 am 
Thierry BFeb 1, 2006 9:48 am 
Thorsten HaudeFeb 1, 2006 3:50 pm 
moussFeb 1, 2006 4:39 pm 
Thierry BFeb 2, 2006 8:23 am 
Thierry BFeb 2, 2006 8:33 am 
Thorsten HaudeFeb 2, 2006 8:42 am 
Thorsten HaudeFeb 2, 2006 8:54 am 
Thierry BFeb 3, 2006 1:10 am 
Thorsten HaudeFeb 3, 2006 1:58 am 
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: [maildropl] problem with a ruleActions...
From:Thierry B (mail@thierry.eu.org)
Date:Feb 3, 2006 1:10:39 am
List:net.sourceforge.lists.courier-maildrop

Thorsten Haude a écrit :

Hi,

* Thierry B wrote (2006-02-02 17:33):

Failed to create default user preference file /home/vmail//linux.bouhnik.eu.org/thierry/Maildir//.spamassassin/user_prefs

Looks like a mixup of two or more pathes, and judging from the last part, the mixup is on SA. Are you sure this works without my code?

I remove the option --prefpath when maildrop calls spamassassin for the moment.

I found ir works :-)

foreach /^(To|Cc): .*/ { foreach (getaddr($MATCH)) =~ /.+/ { if ((tolower($MATCH)) == xxx@xxx.x) { exception { to "$HOME/$DEFAULT/.Teil/" } } } }

I had to add "(" ")" so it's all the block tolower($MATCH) which is compared to the mail :-).

Thanks :-)

Bye