* Fri Nov 03 2023 01:11:19 +0000 Manvendra Bhangui <indimail-mta@indimail.org> 3.0.6-1.1%{?dist}
Release 3.0.6-1.1 Start 25/10/2023 End XX/XX/XXXX
- use matchregex.h from /usr/include/qmail
- svctool: fixed create_smtp argument check
- svctool: added /etc/clamd.d to backup.conf
- mail_acl.c, qregex.c, smtpd.c, uacl.c: use matchregex.h from
  /usr/include/qmail
- qmail-queue.c: added feature to negate regexp match
- create_services.in: added --secureauth option for smtp port 587
- create_services.in: added --setuser-priv option for slowq service
- autoresponder.c, indimail-spamfilter.c: rewind descriptor 0 regardless of
  MAKE_SEEKABLE setting
- qmail-spamfilter.c: added HAMEXITCODE, UNSUREEXITCODE
- qmail-spamfilter.c: Fixed working of globalspamredirect + REJECTSPAM
- do_scan.c, generic.c, getqueue.c, mailfilter.c, qhpsi.c,
  qmail-qmqpc.c: replace hard-coded exit values with constants from qmail.h
- qmulti.c: unset env variables queue_env, QUEUEPROG to prevent recursion
- qmulti.c: refactored code to handle qmail-queue consistently
- indimail-mta.spec, Makefile, ETC: added backup.conf for svctool backups
- svctool: skip comments in backup.conf file
- filterit_sub.c, qmail-queue.c, smtpd.c, qregex.c, bug - error in regexp
  treated as match
- test-indimail-mta: added test case to test invalid regex expression
- envrules.c, mail_acl.c, do_match.c: moved do_match to do_match.c
- use QREGEX to use regexp, else wildmat for control files accelist,
  mailarchive (qmail-smtpd, qmail-queue)
- qmail-send.c, slowq-send.c, qmta-send.c: Set QREGEX env variable if qregex
  control file has qregex non-zero
- envrules.c, getDomainToken.c, qmail-queue.c, qregex.c: Use value of QREGEX
  to use matchregex()
- smtpd.c: Use do_match for matching host in badhost
- getDomainToken.c: restore original environment on no match when processing
  dkimkeys
- 
- qregex.c: fix wildmat when pattern file is missing
- smtpd.c: fix nodnscheck for helo/ehlo
- test-indimail-mta: added badhelo test
