* Sun Jul 18 2021 00:06:02 +0530 mbhangui@gmail.com @version@-@release@%{?dist}
Release 7.2.3 Start 18/07/2021
======= Release Highlights ================================================
===========================================================================
- 30/08/2021
01. die.h, cgi.h, die_badaddr.c, die_badformat.c, die_dow.c, die_nomem.c,
    die_sender.c, die_usage.c, ezmlm-cgi.c: use __attribute__((noreturn))
    by inluding noreturn.h
- 31/01/2022
02. qmail.c, ezmlm-cron.c, Makefile: removed use of auto_qmail
03. hdr_mime.c: fixed SIGSEGV
04. qmail.c: use EZMLMQUEUE env variable to configure qmail-queue path, in
    addition to QMAILQUEUE env variable
- 06/02/2022
05. ezmlm-send.c - revert boundary as stralloc variable
06. ezmlm-cron.c - corrected qmail-inject path
07. Makefile - removed conf-etc
08. updated .gitignore, TARGETS
09. die_badaddr.c: removed superfluous exit
10. ezmlm-make man page use conf-sysconfdir for ezmlmrc path
11. gethdrln.c, gethdrln.h, getln2_idx.c gethdradded modified getln2()
	function to fix issue with mime
12. ezmlm-cron.c: use auto_prefix for qmail-inject path
- 07/02/2022
13. postinst, postrm: Create/remove queue variables in global_var
14. updated man pages for global_vars usage

* Sat Jul 17 2021 23:15:14 +0530 mbhangui@gmail.com @version@-@release@%{?dist}
Release 7.2.2 Start 22/03/2017
======= Release Highlights ================================================
o new queue program ezmlm-queue to queue mails to indimail-mta
o standardized build system for compilation on Linux, Darwin and FreeBSD
o Removed local libraries and use libqmail. Bulk of the code now comes from
  libqmail
o ezmlm-queue - handle qmail-qmqpc, qmail-multi and qmail-queue
o load environment variables from /etc/indimail/ezmlm/global_vars
===========================================================================
01. ezmlm-queue for handling indimail queue
02. Added Pre-Depends daemontools
03. Fixed defaultqueue path in ezmlm-queue
04. removed catted man pages
- 05/07/2020
05. ezmlm-idx.spec, debian/rules, make-compile.sh, make-libcompile.sh,
    make-load.sh: use CFLAGS, LDFLAGS from the build system (rpm/debian)
- 03/11/2020
06. ezmlmrc.template: fixed version identifier
- 25/11/2020
07. use libqmail for common functions
- 12/03/2021
08. Modified build system for uniform compilation on Linux, Darwin and
    FreeBSD
- 18/04/2021
09. use date822fmt() from libqmail
- 02/05/2021
10. added -Wno-array-parameter to CFLAGS
11. removed -Wno-array-parameter from CFLAGS
12. dns.h, ip4.h, socket.h: fixed warnings from -Warray-parameter
- 08/07/2021
13. ezmlm-queue: use qmail-qmqpc if qmail-queue is missing (indimail-mini
    installation)
- 15/07/2021
14. qmail.c, idx.h: removed qmail-qmqpc code. use ezmlm-queue instead
15. ezmlm-queue: use qmail-qmqpc, qmail-multi, qmail-queue in order to
    deliver/queue mails.
16. qmail.c: added custom error code
17. qmail.c: use envdir function to load environent variables from
    /etc/indimail/ezmlm/global_vars
