Bug 895552
| Summary: | starttls greylist bypass broken since sendmail 8.14.6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabrice Bellet <fabrice> | ||||
| Component: | sendmail | Assignee: | Jaroslav Škarvada <jskarvad> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | jskarvad, mlichvar, rh-bugzilla, vanmeeuwen+fedora | ||||
| 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: | 2013-02-05 03:14:33 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: | |||||||
| Attachments: |
|
||||||
|
Description
Fabrice Bellet
2013-01-15 14:04:23 UTC
I reassign to sendmail, because the problem with milter-greylist is caused by a modification in the milter code between sendmail-8.14.5 and sendmail-8.14.6 : --- sendmail-8.14.5/sendmail/milter.c 2009-11-06 01:57:06.000000000 +0100 +++ sendmail-8.14.6/sendmail/milter.c 2012-11-16 21:25:03.000000000 +0100 @@ -4078,7 +4048,7 @@ milter_helo(helo, e, state) } response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1, - MilterHeloMacros, e, state, "helo", false); + SMFIM_EOH, e, state, "helo", false); milter_per_connection_check(e); return response; } the correct macro index in this case should be SMFIM_HELO, not SMFIM_EOH. Thanks, problem reported upstream. Problem confirmed upstream. Created attachment 679830 [details]
Proposed fix
The proposed fix works for me. Thanks! OK, building the Fedora update. You will be credited in the next upstream release. sendmail-8.14.6-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/sendmail-8.14.6-2.fc18 Package sendmail-8.14.6-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sendmail-8.14.6-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1072/sendmail-8.14.6-2.fc18 then log in and leave karma (feedback). sendmail-8.14.6-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |