[imapfilter-devel] Re: Not filtering

Chris de Vidal cdevidal at yahoo.com
Wed Jun 11 18:42:01 EEST 2003


--- Lefteris Chatzibarbas <lefcha at hellug.gr> wrote:
> Recompile imapfilter with DEBUG info enabled.

OK thanks for showing me how.  I believe this is a problem with either Lotus
Notes or this particular IMAP server (some server configuration, perhaps).  As
you can see, imapfilter sends the SEARCH SUBJECT command and the server replies
"Database is not full-text indexed."  Ideas on how I can work with this?

Also, still nothing is seen in the log file.  Perhaps if these server responses
could appear there... I'd fix it for you but I'm an overworked sysadmin and a
poor coder (:


Here's imapfilter.out (and my new .imapfilterrc is at the bottom):
debug: configuration file: '/home/<username>/.imapfilterrc'
debug: ACCOUNT: 'account1'
debug: USERNAME: '<username>'
debug: PASSWORD: '<password>'
debug: SERVER: '<imap server>'
debug: FOLDER: 'INBOX'
debug: MBOX: 'INBOX'
debug: FILTER: 'filter1' AND
debug: MASK: 'SUBJECT "Testing imapfilter"'
debug: ACTION: 1 '' '' 0 ''
debug: JOB: 'filter1' 'INBOX'
debug: deleting FOLDER: 'INBOX'
debug: options: 0x000000da
debug: logfile: '/home/<username>/.imapfilter.log'
Connected to <imap server>.

* OK Domino IMAP4 Server Release 5.0.12   ready Wed, 11 Jun 2003 10:30:21 -0500

debug: sending command: F00000 CAPABILITY

* CAPABILITY IMAP4rev1 AUTH=LOGIN AUTH-LOGIN LITERAL+
F00000 OK CAPABILITY completed

debug: sending command: F00001 NOOP

F00001 OK NOOP completed

debug: sending command: F00002 LOGIN "<username>" "<password>"

F00002 OK LOGIN completed

debug: sending command: F00003 STATUS "INBOX" (MESSAGES RECENT UNSEEN)

* STATUS INBOX (MESSAGES 4 RECENT 0 UNSEEN 4)
F00003 OK STATUS completed

4 messages, 0 recent, 4 unseen, in mailbox "INBOX".
debug: sending command: F00004 SELECT "INBOX"

* 4 EXISTS
* 0 RECENT
* OK [UNSEEN 1] Message 1 is first unseen
* OK [UIDVALIDITY 0] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS (\Flagged \Seen \Answered \Deleted \Draft)] Permanent
flags
F00004 OK [READ-WRITE] SELECT completed

debug: sending command: F00005 SEARCH SUBJECT "Testing imapfilter"

F00005 NO SEARCH Database is not full-text indexed

debug: sending command: F00006 CLOSE

F00006 OK CLOSE completed

debug: sending command: F00007 LOGOUT

* BYE logging out
F00007 OK LOGOUT completed


Here's my current .imapfilterrc (made some changes):
logfile = /home/<username>/.imapfilter.log
set timeout = 120
expunge = yes
subscribe = yes
warning = no

account account1 <username>:<password>@<imap server>
    folder INBOX INBOX

filter filter1
    subject "Testing imapfilter"
action delete

job filter1 INBOX


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com



More information about the Imapfilter-devel mailing list