* XXX XXX XX XXXX XX:XX:XX +0530 @email@ @version@-@version@%{?dist}
Release 7.2.4 Start 05/02/2024 End XX/XX/XXXX
- 05/02/2024
01. ezmlm-send.c: Bug - fixed Date not getting extracted due to FWS being
    ignored.
02. ezmlm-idx.spec, debian/ezmlm-idx.postinst: create .envdir link in
    /etc/indimail/ezmlm/global_vars during install/upgrade
- 14/02/2024
03. qmail.c: restore EZMLM_ETC, EZMLMQUEUE, QMAILQUEUE when clearing variables
    before reading ezmlm/global_vars
04. updated multiple man pages
- 10/05/2024
05. qmail.c: changed for envdir.c change in libqmail
- 31/05/2024
06. ezmlm-idx.spec: updated for mageia
- 06/08/2024
6. qmail.c: fix compilation error for envdir call

* Tue Jan 02 2024 00:09:59 +0530 Manvendra Bhangui <ezmlm-idx@indimail.org> 7.2.3-1.1%{?dist}
Release 7.2.3 Start 18/07/2021 End 02/01/2024
- 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
- 24/07/2023
15. added checkrecipient-ezmlm Pluggable Address Module for qmail-smtpd
    recipient extension
- 26/07/2023
16. messages.c: added white space separtor for error message string
- 22/10/2023
17. checkrecipient-ezmlm: fix for ezmlm list addresses
- 31/12/2023
18. moved repository to indimail org

* 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
