Date: Thu, 23 Aug 2001 19:20:47 -0400
From: Scott Adkins <[EMAIL PROTECTED]>
cc: Lawrence Greenfield <[EMAIL PROTECTED]>,
Cyrus-Bugs <[EMAIL PROTECTED]>
Okay, we upgraded to IMAP 2.0.16 with Sendmail 8.12.0. Everything seems
to be working except for delivery of email to subfolders. What is
happening instead is the emails are getting dumped to the user's INBOX.
The ACLs are correct, and everything was working previously before the
upgrade (using sendmail 8.12.0 and deliver). Anyone have ideas on what
is happening here?
You have to make sure that Sendmail isn't stripping off the plus sign
from the delivery.
Try adding
FEATURE(`preserve_local_plus_detail')
to your Sendmail 8.12 mc file.
Larry