2 messages in net.sourceforge.lists.courier-maildrop[maildropl] log behavior
FromSent OnAttachments
Eric d'AlibutMay 20, 2007 1:26 pm 
Eric d'AlibutMay 21, 2007 10:54 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] log behaviorActions...
From:Eric d'Alibut (eric@gmail.com)
Date:May 20, 2007 1:26:33 pm
List:net.sourceforge.lists.courier-maildrop

At the very top of my .mailfilter filter file I have this:

foo = `date` log "------------------- $foo -------------------\n"

...which obviously serves to timestamp every log entry in an easy to read format.

I am always tweaking my .mailfilter file; doesn't everyone? <g> At any rate, at a certain point in time I began seeing a lot of seemingly "empty" log file entries. They look like this:

------------------- Sun May 20 15:35:53 EDT 2007 -------------------

------------------- Sun May 20 15:35:53 EDT 2007 -------------------

------------------- Sun May 20 15:38:55 EDT 2007 -------------------

------------------- Sun May 20 15:38:56 EDT 2007 -------------------

------------------- Sun May 20 15:38:56 EDT 2007 -------------------

------------------- Sun May 20 15:41:57 EDT 2007 -------------------

The three minute increment is, I believe, the setting of fetchmail's daemon mode:

set daemon 180

I have recently added these lines to .mailfilter file:

if (/^Delivered-To:.*zooey/) { if (/^Subject:\s(.*)/) { SUBJ = $MATCH1 xfilter "reformail -I'Subject: Z] "$SUBJ"'" } }

The intent was to dectect those messages sent to user 'zooey' and prefix a 'Z]' to their subject lines. It seems to work just fine. These lines seem to be the culprit producing the "empty" log entries. Could that be true, and is there a way to quell this behavior?

Best regards,