Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201457 - mail-mta/netqmail - qmail-send/run need grep -v
Summary: mail-mta/netqmail - qmail-send/run need grep -v
Status: RESOLVED DUPLICATE of bug 179680
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Hanselmann (hansmi) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 05:50 UTC by crucify
Modified: 2007-12-06 08:51 UTC (History)
1 user (show)

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 crucify 2007-12-06 05:50:42 UTC
report category is so difficult ;)
mail-mta/netqmail-1.05-r8 or lesser (very old issue)

control/defaultdelivery is
# Uncomment the next line for .forward support
#|dot-forward .forward
./.maildir/

but

supervise/qmail-send/run is not
exec env - PATH="/var/qmail/bin:$PATH" \
        qmail-start "`cat /var/qmail/control/defaultdelivery | grep -v '^#'`"

we need this.
 | grep -v '^#'

thanks.
Comment 1 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2007-12-06 08:51:37 UTC
No, we don't.

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