Hi!
IMHO, this is by design (citing
driver.c/fetch_messages()):
> if ((msgcode == MSGLEN_TOOLARGE) && !check_only)
> {
> mark_oversized(ctl, num, msgsize);
> suppress_delete = TRUE;
> }
The suppress_delete prevents message from being
flushed.-- WBR, xrgtn -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

