Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299903 - [PATCH] mail-filter/spamass-milter-0.3.1-r3 - add SMTP AUTH capabilities (ebuild incl.)
Summary: [PATCH] mail-filter/spamass-milter-0.3.1-r3 - add SMTP AUTH capabilities (ebu...
Status: RESOLVED DUPLICATE of bug 265621
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 15:40 UTC by Daniel Keyhani
Modified: 2011-06-08 12:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add "-A" switch (spamass-milter-0.3.1-SMTP-AUTH.patch,3.33 KB, patch)
2010-01-06 15:43 UTC, Daniel Keyhani
Details | Diff
Ebuild which applies the above patch. (spamass-milter-0.3.1-r4.ebuild,1.34 KB, text/plain)
2010-01-06 15:45 UTC, Daniel Keyhani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Keyhani 2010-01-06 15:40:07 UTC
The spamass-milter does not allow for clients with dynamic IP addresses, authenticating via SMTP AUTH. The attached patch adds a command line switch "-A" to the milter, which passes mails from clients that have successfully SMTP AUTHed without further scanning. It also patches the manpage and usage info to reflect this change. The attached ebuild (r4) applies this patch to the source during the build.

Equivalent patches have been submitted upstream multiple times, however the project seems to be dead (no updates since 2006).

Reproducible: Always
Comment 1 Daniel Keyhani 2010-01-06 15:43:15 UTC
Created attachment 215405 [details, diff]
Patch to add "-A" switch

This patch adds above mentioned "-A" option to spamass-milter, the use of which causes it to not scan mail from SMTP AUTHed clients.
Comment 2 Daniel Keyhani 2010-01-06 15:45:29 UTC
Created attachment 215407 [details]
Ebuild which applies the above patch.

This ebuild adds the src_unpack() function to patch the source with the above patch. It is otherwise identical to r3.
Comment 3 Eray Aslan gentoo-dev 2011-06-08 12:26:34 UTC

*** This bug has been marked as a duplicate of bug 265621 ***