26 Oct
2008
26 Oct
'08
8:56 p.m.
On Sunday 26 of October 2008, Heiko Schlichting wrote:
Brandon,
I did modify exim to add the W=size but it also required use_crlf and that seemed to break something else.
You can configure Exim to write ,W=vsize even without use_crlf. Configuring
{,S=$message_size,W=${eval:$message_size + $message_linecount + 3}}
within maildir_tag setting of exim works especially well for me.
Hm, does it count correctly?
I have mails delivered via exim with this rule:
new/1225046769.H367740P9241.mbox2.agnat.pl,S=1377,W=1413
cat new/1225046769.H367740P9241.mbox2.agnat.pl,S=1377,W=1413 | wc -l 37
so 1377 + 37 + 3 = 1417 which doesn't match 1413.
Looking with khexview shows that lines are terminated by LF.
Heiko
-- Arkadiusz MiĆkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/