Menu

#3 Error moving spam message!

open
nobody
None
5
2003-02-13
2003-02-13
Brian
No

I am having problems getting the folder to work.

the error I get is:
MID: 65 1
Error moving spam message!

I have tried all the following:

spamfolder filtered/spam
spamfolder INBOX/spam
spamfolder /spam
spamfolder spam

I have a sub folder in my INBOX folder named spam

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Hi Brian,

    I had the same problem, server was cyrus. I got it to work
    using:

    spamfolder INBOX.spam

    where smap was the name of the folder

     
  • Nobody/Anonymous

    Logged In: NO

    INBOX.spam helped me too on CYRUS.

    Thanx !!!

     
  • Kenny Pearce

    Kenny Pearce - 2003-04-30

    Logged In: YES
    user_id=159395

    I am having this same problem. I have tried all different
    folder names and can't get it to move the message. When I
    changed spamfolder to INBOX it successfully rewrote the
    message and deleted the original, so I tried adding an $IMAP
    -> select($SpamFolder) before the append_string method is
    called, then changed it back to the folder I want my spam
    moved to. This did not fix the problem. I told it to print
    the result of the LastError method and this said that the
    mail folder did not exist. I'm on perl 5.8.0 under debian
    sid. My IMAP server is fastmail.fm

     
  • Kenny Pearce

    Kenny Pearce - 2003-04-30

    Logged In: YES
    user_id=159395

    sorry, I'm dumb and didn't read the comments. I put
    INBOX.junk and it worked fine. Thanx.

     
  • James Powell

    James Powell - 2003-06-02

    Logged In: YES
    user_id=183032

    I found in my installation this line needs to be commented
    out for mail moves to work

    # JP: Following line breaks mail header format so is removed
    # $Spam =~ s/.*\n//; # Remove first line from SA output

    try it

     

Log in to post a comment.