--- cyrus-imapd-2.0.16/imap/message.c~ Tue Dec 26 21:35:41 2000 +++ cyrus-imapd-2.0.16/imap/message.c Sat Feb 23 12:39:49 2002 @@ -264,11 +264,9 @@ /* We have been configured to reject all mail of this form. */ if (!r) r = IMAP_MESSAGE_CONTAINS8BIT; - } else { - /* We have been configured to munge all mail of this - form. */ + } /* else { *p = 'X'; - } + } */ } } }