Skip to content

Releases: indimail/ezmlm-idx

ezmlm-idx 7.2.4

07 Aug 03:39
40780f3
Compare
Choose a tag to compare
  • 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

01 Jan 18:42
2732373
Compare
Choose a tag to compare

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
  1. 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
  1. qmail.c, ezmlm-cron.c, Makefile: removed use of auto_qmail
  2. hdr_mime.c: fixed SIGSEGV
  3. qmail.c: use EZMLMQUEUE env variable to configure qmail-queue path, in addition to QMAILQUEUE env variable
  • 06/02/2022
  1. ezmlm-send.c - revert boundary as stralloc variable
  2. ezmlm-cron.c - corrected qmail-inject path
  3. Makefile - removed conf-etc
  4. updated .gitignore, TARGETS
  5. die_badaddr.c: removed superfluous exit
  6. ezmlm-make man page use conf-sysconfdir for ezmlmrc path
  7. gethdrln.c, gethdrln.h, getln2_idx.c gethdradded modified getln2() function to fix issue with mime
  8. ezmlm-cron.c: use auto_prefix for qmail-inject path
  • 07/02/2022
  1. postinst, postrm: Create/remove queue variables in global_var
  2. updated man pages for global_vars usage
  • 24/07/2023
  1. added checkrecipient-ezmlm Pluggable Address Module for qmail-smtpd recipient extension
  • 26/07/2023
  1. messages.c: added white space separtor for error message string
  • 22/10/2023
  1. checkrecipient-ezmlm: fix for ezmlm list addresses
  • 31/12/2023
  1. moved repository to indimail org

ezmlm-idx 7.2.2

17 Jul 18:34
7b12a8b
Compare
Choose a tag to compare

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
  1. ezmlm-queue for handling indimail queue
  2. Added Pre-Depends daemontools
  3. Fixed defaultqueue path in ezmlm-queue
  4. removed catted man pages
  • 05/07/2020
  1. 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
  1. ezmlmrc.template: fixed version identifier
  • 25/11/2020
  1. use libqmail for common functions
  • 12/03/2021
  1. Modified build system for uniform compilation on Linux, Darwin and FreeBSD
  • 18/04/2021
  1. use date822fmt() from libqmail
  • 02/05/2021
  1. added -Wno-array-parameter to CFLAGS
  2. removed -Wno-array-parameter from CFLAGS
  3. dns.h, ip4.h, socket.h: fixed warnings from -Warray-parameter
  • 08/07/2021
  1. ezmlm-queue: use qmail-qmqpc if qmail-queue is missing (indimail-mini installation)
  • 15/07/2021
  1. qmail.c, idx.h: removed qmail-qmqpc code. use ezmlm-queue instead
  2. ezmlm-queue: use qmail-qmqpc, qmail-multi, qmail-queue in order to deliver/queue mails.
  3. qmail.c: added custom error code
  4. qmail.c: use envdir function to load environent variables from /etc/indimail/ezmlm/global_vars