1 message in net.sourceforge.lists.courier-maildrop[maildropl] I've some problems using ...
FromSent OnAttachments
Wolfgang UhrDec 30, 2006 2:16 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:[maildropl] I've some problems using the for-each-loop ...Actions...
From:Wolfgang Uhr (from@devsup.de)
Date:Dec 30, 2006 2:16:25 am
List:net.sourceforge.lists.courier-maildrop

Hello

I've written the following code:

[code] ' naming the logfile logfile "logfile.txt"

' Pattern to get the content of the To-Line /^To:\s*(.*)/

' Look for I've done right log $MATCH ' Only the adress-list log $MATCH1

TO_ADR = tolower($MATCH1)

' Each Adress is sepparated by a , ... foreach ($TO_ADR) =~ /(.*)[,$]/ { ' But the following line only want to be called one time. ' independently of the numbers of Adresses in that list. log $MATCH } [/code]

My idea was to find or to select lines like this

The "" schould be empty or should contain only a simple set of some character sequenzes.