/[smeserver]/rpms/qpsmtpd/sme9/qpsmtpd-0.96-SME9773-Message-Id.patch
ViewVC logotype

Annotation of /rpms/qpsmtpd/sme9/qpsmtpd-0.96-SME9773-Message-Id.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Mar 8 17:04:11 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: qpsmtpd-0_96-10_el6_sme, qpsmtpd-0_96-11_el6_sme, HEAD
* Tue Mar 07 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.96-10.sme
- Removed Message-Id validation, as it rejects MS account validation email [SME: 9773]

1 unnilennium 1.1 diff -Nur qpsmtpd-0.96.old/plugins/headers qpsmtpd-0.96/plugins/headers
2     --- qpsmtpd-0.96.old/plugins/headers 2016-02-16 17:52:02.000000000 -0500
3     +++ qpsmtpd-0.96/plugins/headers 2017-03-08 11:59:48.411000000 -0500
4     @@ -18,6 +18,8 @@
5    
6     If the remote IP is whitelisted, header validation is skipped.
7    
8     +As per March 2017 it has been reported some well known senders are putting multiple Message-Id. As a result we removed Message-Id from the singular_headers array. See https://bugs.contribs.org/show_bug.cgi?id=9773
9     +
10     =head1 CONFIGURATION
11    
12     The following optional settings exist:
13     @@ -106,8 +108,8 @@
14    
15     #my @should_headers = qw/ Message-ID /;
16     my @singular_headers = qw/ Date From Sender Reply-To To Cc Bcc
17     - Message-Id In-Reply-To References
18     - Subject /;
19     + In-Reply-To References
20     + Subject /; # <- to be RFC 5322 complient add Message-Id here
21    
22     sub register {
23     my ($self, $qp) = (shift, shift);

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed