CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/08/26 07:38:43
Modified files:
usr.sbin/smtpd : compress_backend.c parse.y
usr.sbin/smtpd/smtpctl: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : compress_gzip.c
Removed files:
usr.sbin/smtpd : compress_zlib.c
Log message:
- use the same compression algorithm, gzip, for message file and envelopes
- rename compress_zlib.c to compress_gzip.c
with this commit it is possible to inspect a compressed queue with gzcat :)