[Exim] Compress file patch

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Justo Alonso
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] Compress file patch
--

Hi,
    attach a patch to exim-4.24 to add support to compress the mailbox file.


It add one boolean option to appendfile transport (compress_file).

If your format is maildir, compress the new file (important to use maildir_tag
to controle the quota)

If your format is mbox, open the compressed file and add the new mail at the
end.

I probe it in maildir format, and work fine (for me).

Need test in other format (mbox, store, bsmtp, etc....).

All with zlib library (http://www.gzip.org/zlib)

enjoy!!

justo
--
[ patch.compress.exim-4.24.20031028 of type text/x-diff deleted ]
--