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

Bug 190962

Summary: clamav + milter use flag (incorrectly) requires sendmail
Product: Gentoo Linux Reporter: Ed Wildgoose <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ed Wildgoose 2007-09-01 12:32:51 UTC
Postfix is starting to support milter to a large extent - I wanted to be able to use a few milters in a before-queue type arrangement, eg clamav 

However, setting the USE flag for milter means that clamav tries to draw in sendmail.

This is incorrect because sendmail is simply a runtime dependency anyway, it would be perfectly valid to build clamav with milter support, but without actually using it later (or even using it in a custom context outside of an MTA)

Please simply drop the mta-mail/sendmail bit from the ebuild (trivial patch so not submitting an updated ebuild)


Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-01 12:52:50 UTC
Erm, no it doesn't.

milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )

means *either* libmilter *or* sendmail.