[imapfilter-devel] Filtering Problem
Lefteris Chatzibarbas
lefcha at hellug.gr
Tue Jul 27 11:19:04 EEST 2004
On Sun, Jul 25, 2004 at 04:03:05PM -0700, Jim Gifford wrote:
> I send an email to the account, check the email then run imapfilter, it
> deletes the email.,
>
> What did I do wrong??
>
> filter_14days = {
> 'since ' .. date_before(14),
> }
I think what you need is:
filter_14days = {
'before ' .. date_before(14),
}
... which translates to: match messages older than 14 days.
More information about the Imapfilter-devel
mailing list