glts
glts
The proposed change adds the missing `ReplaceHeaders` entry to the config definitions in opendkim/opendkim-config.h. Patch from Toby Ovod-Everett, https://sourceforge.net/p/opendkim/bugs/257/. Reported again by Harald Dunkel, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986878.
The miltertest program is a general-purpose utility for testing milter applications. It currently includes the OpenDKIM header file, however, as far as I can see it doesn’t use any of...
The proposed change corrects the man page documentation for the MT_HDRDELETE EOM check by also describing the case where two parameters are given.
When option `AuthservIDWithJobID` is enabled, OpenDKIM produces authserv-ids in the format `/`. ``` Authentication-Results: mail.example.org/0C5B13F980; ... ``` Such authserv-ids are syntactically incorrect, unless quoting is used. According to RFC 8601,...
miltertest provides the EOM check operation `MT_SMTPREPLY`, which allows testing which SMTP reply code, enhanced status code, and reply text a milter requested. However, being an *EOM* check, this feature...
`miltertest` crashes when a milter replaces the message body with a message body larger than 1 kilobyte or so. It looks like the cause is a buffer overflow in `miltertest`....
### qBittorrent & operating system versions qBittorrent: 4.4.1 64-bit (installed from Ubuntu repositories [version 4.4.1-2]) Operating system: Ubuntu 22.04.1 LTS Qt: 5.15.2 libtorrent: 2.0.5.0 ### What is the problem? I...
While packaging OpenDMARC 1.4.1.1 for Debian we discovered that the function `check_domain` in libopendmarc/opendmarc_policy.c was added to the public ABI: https://salsa.debian.org/kitterman/opendmarc/-/blob/1ec111cf4785bcbd786d2f1bb443ec0c5810a0d0/debian/libopendmarc2.symbols#L3 This looks like a mistake. The function is not...
The proposed change suppresses a trailing empty pair of round brackets in the startup log message. This is a small cosmetic improvement. The same change was merged in OpenDKIM (https://github.com/trusteddomainproject/OpenDKIM/pull/65),...
The proposed change corrects documentation of the `HoldQuarantinedMessages` parameter (duplicated paragraph and typo). This fixes #165.