--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/07/11 20:47:43 1.24 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2017/03/08 17:13:43 1.27 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.23 2016/07/05 20:33:56 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.26 2017/03/07 16:07:34 unnilennium Exp $ Name: qpsmtpd Version: 0.96 -Release: 16%{?dist} +Release: 18%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -47,6 +47,8 @@ Patch20: qpsmtpd-0.96-check_rua_is_defin Patch21: qpsmtpd-0.96-remove_karma_rcpt_handler.patch Patch22: qpsmtpd-0.96-eval_dkim_policies.patch Patch23: qpsmtpd-0.96-uribl_validate_domains.patch +Patch24: qpsmtpd-0.96-bz10112-whitelist.patch +Patch25: qpsmtpd-0.96-SME10139-Message-Id.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -92,6 +94,8 @@ that turns Apache into an SMTP server us %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 +%patch25 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -164,6 +168,12 @@ fi %changelog +* Tue Mar 07 2017 Jean-Philipe Pialasse 0.96-18.sme +- Removed Message-Id validation, as it rejects MS account validation email [SME: 10139] + +* Mon Feb 27 2017 Jean-Philipe Pialasse 0.96-17.sme +- fix whitelist plugin to support helo with naughty rejecting at mail stage [SME: 10112] + * Mon Jul 11 2016 Daniel Berteaud 0.96-16.sme - Validate domains found in uribl with Data::Validate::Domain [SME: 9467]