summaryrefslogtreecommitdiff
path: root/mail/dot-forward/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-04-25Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-01-21Alter for new qmail world, bump PKGREVISIONzuntum1-3/+9
2002-01-16Do not mark packages that depend on qmail as IS_INTERACTIVE,zuntum1-3/+1
as it's not really true. (backing out previous)
2002-01-15Set IS_INTERACTIVE in packages that depend on qmail;zuntum1-1/+3
fixes "broken depends" in bulk builds
2001-09-16Initial import of dot-forward-0.71zuntum1-0/+26
dot-forward reads sendmail's .forward files under qmail. You can run it in the qmail startup script to support all your existing .forward files automatically. Individual users can switch to the .qmail mechanism at their leisure. dot-forward supports forwarding, program deliveries, and comments. It does not support file deliveries or :include:. (However, it recognizes file delivery attempts, and defers delivery to give you a chance to set up a .qmail file.) Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891