Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190962 - clamav + milter use flag (incorrectly) requires sendmail
Summary: clamav + milter use flag (incorrectly) requires sendmail
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-01 12:32 UTC by Ed Wildgoose
Modified: 2007-09-01 12:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.