Date: Fri, 8 Dec 2017 11:19:03 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: Jos Chrispijn <bsdports@cloudzeeland.nl>, freebsd-ports@freebsd.org Subject: Re: Procmail Vulnerabilities check Message-ID: <alpine.BSF.2.21.1712081111070.41281@wonkity.com> In-Reply-To: <20171208180905.GA96560@troutmask.apl.washington.edu> References: <fb3d23c5-e32d-452a-a0c3-c3cb12340054@cloudzeeland.nl> <a66d1c33-e405-d9e8-d9c3-2738b5e66887@cloudzeeland.nl> <alpine.BSF.2.21.1712080956580.41281@wonkity.com> <20171208180905.GA96560@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Dec 2017, Steve Kargl wrote: > On Fri, Dec 08, 2017 at 09:58:55AM -0700, Warren Block wrote: >> On Fri, 8 Dec 2017, Jos Chrispijn wrote: >> >>> A little concernedthat I got no response to this. >>> Is Procmail dead for most of you guys(ducking) >> >> procmail is ancient, and has had known quality issues for much of the >> time. Consider maildrop as a more powerful and more maintained >> replacement that is pretty easy to implement: >> >> http://www.wonkity.com/~wblock/docs/html/maildrop.html > > Warren, > > Thanks for the pointer to another of your excellent short tutorials. > > I note that you discuss sendmail's /etc/mail/hostname.mc > file and how to reset local_procmail. First, there is > movement afoot to remove sendmail from FreeBSD and replace > it with dma(1). Second, a number of people probably do as > I do, and invoke procmail from a .forward file. > > % cat ~/.forward > "|exec /usr/local/bin/procmail -f-" > > Do you know if maildrop can be used in a similar way? I > suppose I have some reading to do. I have not used a .forward file in a long time, but certainly it can be done... found this in http://www.postfix.org/MAILDROP_README.html: /home/you/.forward: "|/path/to/maildrop -d ${USER}" My impression of maildrop is that it has a superset of procmail's abilities, but with easier syntax and easier but more powerful PCRE regexes.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.1712081111070.41281>