[imapfilter-devel] Problems With First Rule
Tom Purl
tom at tompurl.com
Fri Jul 27 03:49:35 EEST 2007
On Thu, Jul 26, 2007 at 03:43:53PM +0300, Lefteris Chatzimparmpas wrote:
> I believe I found the culprit... A totally unrelated email I got today
> with some small remark/question revealed a bug in related parts of the
> code where our problem was...
>
> [...]
>
> So let's see... Please, replace the mailbox.lua and common.lua files
> with those I'm attaching and try again...
>
> If everything goes well, I'm releasing 2.0.3 first thing tomorrow...
Bingo! That seems to have done the trick. Here's the output:
$ /usr/local/bin/imapfilter -v -c ~/.imapfilter/config.lua.new
S (3): * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information.
C (3): 1000 CAPABILITY
S (3): 1000 OK CAPABILITY completed
C (3): 1001 STARTTLS
S (3): 1001 OK Begin SSL/TLS negotiation now.
C (3): 1002 CAPABILITY
S (3): 1002 OK CAPABILITY completed
C (3): 1003 LOGIN "myid" *
S (3): 1003 OK LOGIN Ok.
C (3): 1004 NAMESPACE
S (3): 1004 OK NAMESPACE completed.
C (3): 1005 SELECT "INBOX"
S (3): 1005 OK [READ-WRITE] Ok
C (3): 1006 UID SEARCH FROM "tom at tompurl.com"
S (3): 1006 OK SEARCH done.
C (3): 1007 UID COPY 409 "INBOX. at Action"
S (3): 1007 OK [COPYUID 1177247261 409 689] COPY completed.
C (3): 1008 UID STORE 409 +FLAGS.SILENT (\Deleted)
S (3): 1008 OK STORE completed.
C (3): 1009 EXPUNGE
S (3): 1009 OK EXPUNGE completed
1 messages moved from myid at mail.tompurl.com/INBOX to myid at mail.tompurl.com/@Action.
C (3): 100A LOGOUT
S (3): 100A OK LOGOUT completed
Thanks a ton for all of the help!
Tom Purl
More information about the Imapfilter-devel
mailing list