Gnus development mailing list
 help / color / mirror / Atom feed
* spam.el: added ham-process-destinations respooling, found possible nnimap bug
@ 2003-11-20 15:00 Ted Zlatanov
  2003-11-20 15:13 ` spam.el: added ham-process-destinations respooling, found Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: Ted Zlatanov @ 2003-11-20 15:00 UTC (permalink / raw)


You can now add 'respool as the ONLY option to
ham-process-destination.  It can't be comined with multiple group
names, and if you do only respooling will be done..

With nnimap I found these problems:

1) the respooled group is always the same as the current group - I
   don't think this is the result of the registry or the spam-split
   functions in my case

2) these errors show up in the log:

Missing required argument to APPEND
Couldn't Copy article 27773: Missing required argument to APPEND

The full IMAP log is appended.  I know respooling doesn't work in
nnimap, I just thought I should report it in case it's not a
respooling problem in particular.

Thanks
Ted

1175 UID FETCH 27773 (UID RFC822.SIZE BODY BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Cc Gcc Newsgroups Keywords X-Face)])
* 1 FETCH (UID 27773 RFC822.SIZE 1049 BODY ("TEXT" "PLAIN" ("CHARSET" "US-ASCII") NIL NIL "7BIT" 7 2) BODY[HEADER.FIELDS ("SUBJECT" "FROM" "DATE" "MESSAGE-ID" "REFERENCES" "IN-REPLY-TO" "XREF" "TO" "CC" "GCC" "NEWSGROUPS" "KEYWORDS" "X-FACE")] {210}
Date: Sat, 30 Aug 2003 21:44:40 -0400 (EDT)
From: Teodor Zlatanov <tzz@bwh.harvard.edu>
Message-Id: <200308310144.h7V1ieW24465@lockgroove.bwh.harvard.edu>
To: tzz@lifelogs.com
Subject: use abbreviation;

)
1175 OK UID FETCH completed
1176 EXAMINE "spam"
* 2 EXISTS
* 1 RECENT
* OK [UIDVALIDITY 1067265561] UID validity status
* OK [UIDNEXT 27775] Predicted next UID
* FLAGS (gnus-save gnus-expire \Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS ()] Permanent flags
* OK [UNSEEN 1] first unseen message in /usr/boxes/lifelogs/lifelogs.com/tzz^/.imap/spam
1176 OK [READ-ONLY] EXAMINE completed
1177 CLOSE
1177 OK CLOSE completed
1178 APPEND "
1178 BAD Missing required argument to APPEND
1179 SELECT "spam"
* 2 EXISTS
* 1 RECENT
* OK [UIDVALIDITY 1067265561] UID validity status
* OK [UIDNEXT 27775] Predicted next UID
* FLAGS (gnus-save gnus-expire \Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (gnus-save gnus-expire \* \Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* OK [UNSEEN 1] first unseen message in /usr/boxes/lifelogs/lifelogs.com/tzz^/.imap/spam
1179 OK [READ-WRITE] SELECT completed
1180 UID SEARCH UNSEEN UNDELETED
* SEARCH 27773 27774
1180 OK UID SEARCH completed
1181 UID SEARCH SEEN
* SEARCH
1181 OK UID SEARCH completed
1182 UID SEARCH FLAGGED
* SEARCH
1182 OK UID SEARCH completed
1183 UID SEARCH ANSWERED
* SEARCH
1183 OK UID SEARCH completed
1184 UID SEARCH KEYWORD gnus-expire
* SEARCH
1184 OK UID SEARCH completed
1185 UID SEARCH KEYWORD gnus-save
* SEARCH
1185 OK UID SEARCH completed
1186 UID SEARCH RECENT
* SEARCH 27774
1186 OK UID SEARCH completed
1187 FETCH 1,* UID
* 1 FETCH (UID 27773)
* 2 FETCH (UID 27774)
1187 OK FETCH completed
1188 STATUS "spam" (UNSEEN)
* STATUS spam (UNSEEN 2)
1188 OK STATUS completed
1189 EXPUNGE
1190 STATUS "spam" (UNSEEN)
1189 OK Mailbox checkpointed, but no messages expunged
* STATUS spam (UNSEEN 2)
1190 OK STATUS completed
1191 EXPUNGE
1191 OK No messages deleted, so no update needed



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: spam.el: added ham-process-destinations respooling, found
  2003-11-20 15:00 spam.el: added ham-process-destinations respooling, found possible nnimap bug Ted Zlatanov
@ 2003-11-20 15:13 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2003-11-20 15:13 UTC (permalink / raw)


Ted Zlatanov <tzz@lifelogs.com> writes:

> Missing required argument to APPEND
> Couldn't Copy article 27773: Missing required argument to APPEND
>
> The full IMAP log is appended.  I know respooling doesn't work in
> nnimap, I just thought I should report it in case it's not a
> respooling problem in particular.

No, the IMAP log looks like the old respool problems.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-20 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-20 15:00 spam.el: added ham-process-destinations respooling, found possible nnimap bug Ted Zlatanov
2003-11-20 15:13 ` spam.el: added ham-process-destinations respooling, found Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).