On Tue, Sep 13, 2011 at 03:20:28PM +0300, Jarkko Nikula wrote:
~/.forward
if $h_List-id: contains "nerds-business-lunch.lists.retiisi.org.uk" then save $home/Mail/Nerds-business-lunch endif
I didn't know you could do this with .forward. I've been using mailfilter but I also use Maildir instead of mbox. Is it up to the MTA or what to deliver it in this case?
From my .mailfilter:
if ( /^List-ID: <nerds-business-lunch.lists.retiisi.org.uk>/ ) { to "$MD/.Listat.nerds-business-lunch@lists-retiisi-org-uk" }