Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 299903

Summary: [PATCH] mail-filter/spamass-milter-0.3.1-r3 - add SMTP AUTH capabilities (ebuild incl.)
Product: Gentoo Linux Reporter: Daniel Keyhani <daniel>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to add "-A" switch
Ebuild which applies the above patch.

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 ***