Bug 1112340

Summary: SMFIP_RCPT_REJ milter option is ignored
Product: [Fedora] Fedora Reporter: Patrick Monnerat <patrick>
Component: sendmailAssignee: Ondřej Lysoněk <olysonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: jskarvad, olysonek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-19 13:52:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1400239    
Bug Blocks:    

Description Patrick Monnerat 2014-06-23 16:03:02 UTC
Description of problem:
Rejected recipients are not passed to a milter requesting them using the SMFIP_RCPT_REJ option.

Version-Release number of selected component (if applicable):
sendmail-8.14.8-2.fc20.x86_64

How reproducible:
Always

Actual results:
Only accepted recipients are passed to the milter.

Expected results:
Milter notified of all recipients.


Additional info:
To enable this option, an additional sendmail compilation switch must be passed:
In the sendmail.spec file, append:
        -D_FFR_MILTER_CHECK_REJECTIONS_TOO
to the definition list of line:
define(\`confENVDEF', \`-I%{_includedir}/libdb -I/usr/kerberos/include ...

This should resolve the problem.

Comment 1 Fedora End Of Life 2015-05-29 12:12:02 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Patrick Monnerat 2015-05-29 13:17:37 UTC
F20 --> rawhide.
Not yet fixed.

Comment 3 Jan Kurik 2015-07-15 14:39:35 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 4 Fedora End Of Life 2016-11-24 11:11:03 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Patrick Monnerat 2016-11-24 11:26:54 UTC
F23 --> F25.

This is an old report > 2 years.
The fix is listed in the initial description.
However nothing has been done yet.
This bug prevents fuzzy recipient address matching milters to do their jobs.
At least a comment from the maintainer would be appreciated...

Comment 6 Ondřej Lysoněk 2016-11-30 17:46:15 UTC
I'm sorry this is taking so long. Currently this is held by [1] - sendmail fails to build in Rawhide, so we can't really do any updates for it. I'll look into fixing this as soon as I can.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1400239

Comment 7 Ondřej Lysoněk 2016-12-19 13:52:44 UTC
This should now be fixed in the latest build (sendmail-8.15.2-11.fc26).

Comment 8 Patrick Monnerat 2016-12-19 14:13:43 UTC
Many thanks.