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 2, 2006 8:23:59 am
List:net.sourceforge.lists.courier-maildrop

Thorsten Haude a écrit :

Hi,

* Thierry B wrote (2006-02-01 18:45):

logfile "/var/log/maildrop.log" VERBOSE = "5"

I have to increase the verbose to have more details about the error?

You may try that, but only after we found the syntax error.

Try it in two pieces. Insert this: foreach /^(To|Cc): .*/ { log "foreach: $MATCH" foreach (getaddr($MATCH)) =~ /.+/ { log "getaddr: $MATCH" } }

Again, untested, and I'm not sure about the syntax of the log statements. If this doesn't work, use simply 'log $MATCH'.

Hello,

it gives me that:

foreach: To: yy@yyy.yy getaddr: yy@yyy.yy Date: Thu Feb 2 17:18:07 2006 From: Thierry B <xx@xxx.xx> Subj: Hello File: zz.zz/thierry/Maildir/ (1892)

yy@yyy.yy is my recipent mail. xx@xxx.xx is the mail trhat I used to send mail.

So it works like that without errors.

Thanks :-)