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:Thorsten Haude (list@thorstenhau.de)
Date:Feb 1, 2006 3:50:42 pm
List:net.sourceforge.lists.courier-maildrop

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'.

Thorsten