tags 489558 + patch
thanks

Attached is a patch that could resolve this issue.

-- 
Regards,
Andres
--- cyrus-imapd-2.2-2.2.13/debian/examples/mboxtocyrus.old	2008-12-01 16:03:58.000000000 -0500
+++ cyrus-imapd-2.2-2.2.13/debian/examples/mboxtocyrus	2008-12-01 16:05:00.000000000 -0500
@@ -54,11 +54,11 @@
 
 
 
-if [ "$MAILBOX" == "" ]; then
+if [ "$MAILBOX" = "" ]; then
 	MAILBOX=$USER
 fi
 
-if [ "$CYRUSFOLDER" == "" ]; then
+if [ "$CYRUSFOLDER" = "" ]; then
 	echo "Adding mailbox '$MAILBOX' to Cyrus INBOX of user '$USER'..."
 	$FORMAIL -I "From " < $MAILBOX -s $CYRDELIVER $USER
  else

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to