4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Future direction ...
FromSent OnAttachments
Sam VarshavchikAug 21, 2005 8:13 pm 
Alessandro VeselyAug 22, 2005 4:24 am 
Sam VarshavchikAug 22, 2005 4:04 pm 
Alessandro VeselyAug 23, 2005 5:40 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: [courier-users] Future direction of maildrop.Actions...
From:Alessandro Vesely (ves@tana.it)
Date:Aug 23, 2005 5:40:30 am
List:net.sourceforge.lists.courier-users

Sam Varshavchik wrote:

Alessandro Vesely writes:

Sam Varshavchik wrote:

PCRE will be able to support all of maildrop's functionality except for the "w" pattern option. With PCRE, the "w" option would require the entire message to be loaded into memory. Maildrop does not load large messages into memory, and this would not be desirable. Therefore, adoption of PCRE will require dropping the "w" option.

According to http://www.courier-mta.org/maildropfilter.html#AEN570 also the "b" option would then suffer the same limitation. Correct?

No. "b" processes the message body one line at a time. It'll be fine.

Nice to hear that :-)