Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650398 - mail-filter/postforward ebuild
Summary: mail-filter/postforward ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-13 15:30 UTC by Philippe Chaintreuil
Modified: 2018-03-16 21:31 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 Philippe Chaintreuil 2018-03-13 15:30:14 UTC
Postforward is a mail forwarding utility which aims to compliment the
Postfix Sender Rewriting Scheme daemon (PostSRSd) by allowing only
certain addresses to be forwarded while leaving leaving non-forwarded
mail unaltered by PostSRSd.

Upstream: https://github.com/zoni/postforward

Gentoo GitHub Pull Request: https://github.com/gentoo/gentoo/pull/5910
Comment 1 Larry the Git Cow gentoo-dev 2018-03-16 21:31:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70cb2949ef1ee4a399ded2c058946f1de63de00

commit c70cb2949ef1ee4a399ded2c058946f1de63de00
Author:     Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
AuthorDate: 2017-10-10 18:45:17 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-03-16 21:31:40 +0000

    mail-filter/postforward: Initial ebuild
    
    Postforward is a mail forwarding utility which aims to compliment the
    Postfix Sender Rewriting Scheme daemon (PostSRSd) by allowing only
    certain addresses to be forwarded while leaving leaving non-forwarded
    mail unaltered by PostSRSd.
    
     - Create initial ebuild
     - Work around upstream not putting their .go files in src/ which
       makes "go build" angry
     - Work around golang-build complaining about pkg not existing
       and just do the install by hand
     - Patch default sendmail path to respect EPREFIX and use the
       standard postfix install location instead of depending on
       it being in the path
     - Implement requests made by monsueirp on GitHub:
       https://github.com/gentoo/gentoo/pull/5910#pullrequestreview-83093569
     - Implement requests made by mgorny on GitHub:
       https://github.com/gentoo/gentoo/pull/5910#pullrequestreview-103921727
    
    Package-Manager: Portage-2.3.8, Repoman-2.3.3
    Closes: https://bugs.gentoo.org/650398
    Closes: https://github.com/gentoo/gentoo/pull/5910

 mail-filter/postforward/Manifest                   |  1 +
 .../files/postforward_apply-sendmail-path.patch    | 11 +++++
 mail-filter/postforward/metadata.xml               | 17 ++++++++
 mail-filter/postforward/postforward-1.1.0.ebuild   | 47 ++++++++++++++++++++++
 4 files changed, 76 insertions(+)