Releases: indimail/ezmlm-idx
Releases · indimail/ezmlm-idx
ezmlm-idx 7.2.4
- Wed Aug 07 2024 03:36:00 +0000 Manvendra Bhangui ezmlm-idx@indimail.org 7.2.4-1.1%{?dist}
Release 7.2.4 Start 05/02/2024 End 06/08/2024
- ezmlm-send.c: Bug - fixed Date not getting extracted due to FWS being
ignored. - ezmlm-idx.spec, debian/ezmlm-idx.postinst: create .envdir link in
/etc/indimail/ezmlm/global_vars during install/upgrade - qmail.c: restore EZMLM_ETC, EZMLMQUEUE, QMAILQUEUE when clearing variables
before reading ezmlm/global_vars - updated multiple man pages
- qmail.c: changed for envdir.c change in libqmail
- ezmlm-idx.spec: updated for mageia
- qmail.c: fix compilation error for envdir call
ezmlm-idx 7.2.3
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
- 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
- qmail.c, ezmlm-cron.c, Makefile: removed use of auto_qmail
- hdr_mime.c: fixed SIGSEGV
- qmail.c: use EZMLMQUEUE env variable to configure qmail-queue path, in addition to QMAILQUEUE env variable
- 06/02/2022
- ezmlm-send.c - revert boundary as stralloc variable
- ezmlm-cron.c - corrected qmail-inject path
- Makefile - removed conf-etc
- updated .gitignore, TARGETS
- die_badaddr.c: removed superfluous exit
- ezmlm-make man page use conf-sysconfdir for ezmlmrc path
- gethdrln.c, gethdrln.h, getln2_idx.c gethdradded modified getln2() function to fix issue with mime
- ezmlm-cron.c: use auto_prefix for qmail-inject path
- 07/02/2022
- postinst, postrm: Create/remove queue variables in global_var
- updated man pages for global_vars usage
- 24/07/2023
- added checkrecipient-ezmlm Pluggable Address Module for qmail-smtpd recipient extension
- 26/07/2023
- messages.c: added white space separtor for error message string
- 22/10/2023
- checkrecipient-ezmlm: fix for ezmlm list addresses
- 31/12/2023
- moved repository to indimail org
ezmlm-idx 7.2.2
DATE: Saturday 17 July 2021 11:15:14 PM IST
DNF / YUM / APT / Arch Binary Downloads
Open Build Service Binary Download
Release Highlights
- new queue program ezmlm-queue to queue mails to indimail-mta
- standardized build system for compilation on Linux, Darwin and FreeBSD
- Removed local libraries and use libqmail. Bulk of the code now comes from libqmail
- ezmlm-queue - handle qmail-qmqpc, qmail-multi and qmail-queue
- load environment variables from /etc/indimail/ezmlm/global_vars
ChangeLog
- 22/03/2017
- ezmlm-queue for handling indimail queue
- Added Pre-Depends daemontools
- Fixed defaultqueue path in ezmlm-queue
- removed catted man pages
- 05/07/2020
- 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
- ezmlmrc.template: fixed version identifier
- 25/11/2020
- use libqmail for common functions
- 12/03/2021
- Modified build system for uniform compilation on Linux, Darwin and FreeBSD
- 18/04/2021
- use date822fmt() from libqmail
- 02/05/2021
- added -Wno-array-parameter to CFLAGS
- removed -Wno-array-parameter from CFLAGS
- dns.h, ip4.h, socket.h: fixed warnings from -Warray-parameter
- 08/07/2021
- ezmlm-queue: use qmail-qmqpc if qmail-queue is missing (indimail-mini installation)
- 15/07/2021
- qmail.c, idx.h: removed qmail-qmqpc code. use ezmlm-queue instead
- ezmlm-queue: use qmail-qmqpc, qmail-multi, qmail-queue in order to deliver/queue mails.
- qmail.c: added custom error code
- qmail.c: use envdir function to load environent variables from /etc/indimail/ezmlm/global_vars