On Tue, October 16, 2012 1:57 pm, Nikolaos Milas wrote:
> Hello,
>
> I would like to know whether there exists some plugin that provides
> functionality identical to Thunderbird "Message Filters" which allow
> incoming mail to be automatically moved into a selected folder, based on
> defined criteria.

not a plugin
procmail

I use fetchmail with procmail for example
in .fetchmailrc for each poll I have
mda "/usr/bin/procmail -f %F -d %T";

then in .procmailrc
#INCLUDERC=$PMDIR/folders.rc
MAILDIR=$HOME/Maildir/
DELIVER=/usr/libexec/dovecot/deliver
LOGFILE=/home/xxxxx/Maildir/procmail.log

:0:
* ^To:. *someb...@googlegroups.com
.INBOX.somebody/new
:0:
* ^From:.*anot...@googlemail.com
.INBOX.another/new

cheers

mick

-- 
keyID: 0x4BFEBB31



------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to