Mail messages are marked "junk" in the outgoing mail box

For some time all my outgoing email messages have been marked as "junk" in the sent mail box. Today found that if I do not mark my personal information in my address book as "Me" my sent messages are no longer marked "junk". Does anyone know how I can fix the problem so my personal information can be marked "Me"?
iMac intel   Mac OS X (10.4.8)  
iMac intel   Mac OS X (10.4.8)  

The following procedure thoroughly gets rid of all the files used by the junk filter, so that Mail creates them anew, and should fix the problem in the cases where the simple procedure provided in my first post doesn’t:
1. Quit Mail if it’s running.
2. In the Finder, go to ~/Library/Mail/.
3. Locate LSMMap2 and move it to the Trash. This file stores information about what does and doesn’t constitute junk, and allows the junk filter to learn. Deleting this file is what Preferences > Junk Mail > Reset does. The file was called LSMMap in early versions of Mail; delete that as well if you see it.
4. Locate any MessageRules.plist (Mail 2.x) and/or MessageSorting.plist (Mail 1.x) files and move them to the Desktop. This is where Mail stores all the rules, including the rule that governs what the junk filter does.
5. Locate DefaultCounts and move it to the Trash. This file keeps statistics about the number of messages that have been marked as junk, either automatically by the junk filter or manually by the user.
6. Look for the account folders. The name of each account folder starts with the account type (POP, IMAP, Mac), followed by the account username and the incoming mail server. Open each of the account folders, locate the Junk.mbox or Junk.imapmbox folder within it, and move it to the Trash if present.
7. Go to ~/Library/Mail/Mailboxes/. Locate any Junk.mbox mailboxes there (their name may include the account name in parenthesis), and move them to the Trash.
Note: Steps 5, 6 and 7 may be unnecessary. Also, messages in Junk mailboxes with an .mbox suffix are stored locally and will be lost forever as a result of doing steps 6 and 7. If there is a chance that you have legit messages there that you want to preserve, either try skipping those steps, or move the messages to another mailbox in Mail first, or move Junk.mbox to the Desktop (to be imported back later) instead of to the Trash. Junk mailboxes with an .imapmbox suffix aren’t a concern because they are stored on the server and Mail would rebuild them automatically.
8. Open Mail. As a result of removing the rules file, the junk filter will be disabled now. You may want to either tell Mail to go offline immediately after opening it, or shut down the Internet connection before opening Mail, to prevent it from downloading anything until the junk mail filter has been enabled again.
9. Go to Mail > Preferences > Junk Mail, enable junk filtering, and configure it however you wish.
10. Go online again if you went offline in step 8.
If the above solves the problem and you don’t have any rules you’d like to preserve or recreating them is not a daunting task, just trash the rules files that were moved to the Desktop and be done with it.
Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

Similar Messages

  • Yahoo mail, problem messages are marked as read

    hi,
    i am able to read the messages from yahoo mail using pop3, but even new messages are marked as read once retrieved through client code.
    How to leave new messages as unread?
    Thanks in advance.
    Regards,
    -Satish.

    As explained in the JavaMail FAQ, the POP3 protocol,
    and thus the POP3 driver for JavaMail, does not
    support any flags for messages.
    I don't know what you mean when you say that new
    messages are marked as read when retrieved by
    client code. POP3 doesn't know what's new or what's
    read. The Yahoo web interface might be assuming
    that messages retrieved by a POP3 client have been
    read, however. I don't know of any way to control
    that.

  • Got a question on mail. We got two e-mail addresses, both different, but messages are picked up from the same server at Vodafone. Received at my iMac I want them to be splitted to two accounts, depending on each e-mail address. How to do this?

    Got a question on mail. We got two e-mail addresses, both different, but messages are picked up from the same server at Vodafone. Received at my iMac I want them to be splitted to two accounts, depending on each e-mail address. How to do this?

    Hello,
    Could you please clarify you have two email addresses [email protected] and [email protected] each with it's own password and you want these delivered to differnt OS X user accounts or seperate folders within Mail?
    mrtotes

  • All messages are marked as spam, 5.7.1 ? how do I fix this, I can receive messages but cant send.

    All messages are marked as spam, 5.7.1 ? how do I fix this, I can receive messages but cant send.

    Oh with the rot that goes on with emails and spam filters these days almost anything can be considered spam. Mail addresses to your self can be all that is required for it to be spam on some systems, so test using your email address to check it is working must be done with an account not hosted bu the same provider, given the web site is not blacklisted.
    I checked before replying, as brand new web sites are often blacklisted because they share a server or IP address range that is blacklisted (Poor neighborhood) or the server is run from a dynamic IP address and therefore considered to be a home computer with an infection.
    One thing you can try is go to the account settings on the tools menu, open the settings pane by clicking on the account name and removing any reply to address. (some spam filters get all excited about reply to addresses. If that does not work I suggest you contact hostbox for a more detailed instruction on why your mail is considered "confirmed spam".
    But please let us know how you get on.

  • Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the n

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

  • Messages are not deleted from the DB

    Hi, in the OCS Database, as i understand, all the messages that are deleted goes to a collection folder (id=4). The Problem is that none was deleted so far from it! All the old messages are still archived on the DB and i want to erase them all, how????
    Luis

    Dear nitin_ngm,
    this information on database platform in use is essential!
    In that db2 version, there is no native "truncate table" statement (this statement is executed at the very end of a table switch), and the DBSL implemented the abap truncate statment using the following DB2 native commands:                                                                               
    "IMPORT FROM /dev/null of DEL REPLACE INTO <table name>"                                                                               
    In SAP enviornment, the default behavior of the above command does not release the physical storage associated with an object because of the following database registry setting:                                                                               
    <i> DB2_TRUNCATE_REUSESTORAGE=IMPORT [DB2_WORKLOAD]
    Hence, an offlince table reorg is necessary after the truncate.                                                                               
    For a detailed description of this registry variable DB2_TRUNCATE_REUSESTORAGE, please refer to the following IBM online doc:
    [DB2_TRUNCATE_REUSESTORAGE|http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.regvars.doc/doc/r0005669.html|DB2_TRUNCATE_REUSESTORAGE]
    You should be able to free the space via ALTER TABLESPACE ... REDUCE MAX
    See related information under the following link.
    [ALTER TABLESPACE ... REDUCE MAX|http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.sql.ref.doc/doc/r0000890.html|ALTER TABLESPACE ... REDUCE MAX]
    Best regards,
    Harald Keimer
    PI Development Support
    SAP AG, Walldorf

  • Message Area don't show the 'Show List' anymore??

    Guys, is it possible that the message area change in SP14 or SP15.
    I was testing and example in the SAP-PRESS book, Web Dynpro for ABAP. Before, we had 3 options to display messages in the WD application, now it's 2.
    In the message area (at runtime), on the right side, previously it was saying 1 Message with a button Show List, when you click on the show list button you see all messages in a web dynpro table. Now all these standard options seems to have disappers?? I just see my message and the rest of the message area is blank.
    The look and feel was better I think with the show list button ... am I missing something??
    Alex

    Hi all,
    i was looking for the 'old style' to display messages in webdynpro (with the 'Show List'). here i found the code snipped to do this. i did implement the code in the wddoinit of the window.
    method WDDOINIT .
    data:
      l_api_mycomp type ref to if_wd_window_controller,
      l_wd_message_area type ref to if_wd_message_area.
      l_api_mycomp ?= wd_this->wd_get_api( ).
      l_wd_message_area = l_api_mycomp->get_message_area( ).
      l_wd_message_area->set_display_attributes( i_for_all_instances = ' '
                                                 i_msg_lines_visible = '1'
                                                 i_use_toggle_area   = 'X'
                                                 i_show_only_current = ' ' ).
    endmethod.
    unfortunately the method get_message_area does not find the message area. but i did create the message area on the view.
    does anybody know what kind of error i'm hanging in ?
    Thanks for your help !
    Grts Tom
    ps: forgot to mention, that we use SP15 now - we started developing on SP10 (so there was the old style default)
    Edited by: Thomas Zehnder on Jun 30, 2008 4:45 PM

  • I have 2 iphones on the same account and all of a sudden my text messages are also appearing on the other phone. i haven't changed any setting

    i have 2 iphones on the same account and all of a sudden my text messages are also appearing on the other phone. i haven't changed any setting

    you most likely have imessage on both iphones and sending/receiving to same number on one of the iphones. go to settings messages > send and receive > check the numbers/emails on both iphones. once you uncheck the numbers/emails you dont want you will not be getting the messages any more. a little bit more info is helpful read this http://support.apple.com/kb/HT5538.

  • N9 IMAP4 messages are not deleted on the server

    Emails deleted on N9 are not deleted (nor marked for deletion) in IMAP4 account on the server? I can see "unprocessed" emails in modest/evolution/thunderbird/webmail (after resync) which I have already deleted on the N9. I have deleted the account, set it up again on the N9, these deleted messages are there back (just like all other email clients and webmail show them). Need this feature working, otherwise email on N9 is useless. Paul

    Hey Hey, I fixed my N9 IMAP mail!!!
    First off, when I sent mail, I noticed it wasn't going to my primary Sent folder, but a legacy folder on my IMAP server called "Sent Messages".
    Even after deleting this folder from the server, mail still was not captured to the correct "Sent" folder and I still got the connection error messages on every Sync.
    So I cleaned house on my IMAP server and deleted all kinds of old folders like:
    .INBOX/Sent
    .INBOX/Trash
    BadTrash
    OldTrash
    OldSent
    Sent Messages
    Then I removed and re-added the IMAP account on my N9, and BANG it works!
    No more connection error messages, sent mail goes to the correct place, and deleted messages are deleted from the server.
    Obviously, the problem as previously stated in this thread is when the N9 client initially connects to an IMAP account. It seems to latch onto the first Trash and Sent messages it finds, even if you don't use those folder.
    In my case, it latched onto "Sent Message" for sent, and some invalid file for Trash (hence the connection error messages).
    Much better now, but I can't help to wonder what kind of IMAP logic is lacking on the N9 that Modest had on the N900 to have these kinds of problems....

  • Bug? Imap messages are marked as read before I read them

    I have set up an email account pointing back to my host mail server. Using imap (I assume I am because it wants to use port 143), messages are downloaded, but they immediately appear as read - rather than unread.
    Is this a bug? If not, how do I fix this?
    Alan
    Post relates to: HP TouchPad (WiFi)

    Who is hosting the email server?
    Is this through your work? 
    Are you hosting your own email server?
    Have you ever downloaded from this email server on another mobile device?
    If this is an IMAP email, and if the email is being checked at another location by anyone then it would be marked as read. This could also be a setting issue on the email server itself.

  • All email messages are marked as read with imap account automatically.

    I have a imap account pointing to an exchange 2007 server. The messages are being marked as read automatically. I removed any settings on a computer accessing the same account with outlook, that might be causing this.

    Let me clarify what I said across all the responses in this topic. If you are operating a PC with say Outlook Express or Windows Mail, and a Mac with Mail, and furthermore if both are able to download a message from a POP server, and on both computers it is marked as Unread, then reading the message on one of the computers will not cause it to then be marked as Read on the other, operating in POP.
    But if the server makes the assumption that the first computer to download a message from it means that it is also then Read, then of course taking away one of the computers will alter things. This is what I said in:
    http://discussions.apple.com/message.jspa?messageID=10506769#10506769
    If you can disprove this, then lay out your facts in detail, but don't mix looking at the server with Firefox on one computer, and Mail on still another. Firefox is not an email client, but a browser. Using Thunderbird on the PC, and Mail on the Mac would be an equivalent test.
    Ernie

  • Messages are not dequeing from the Queue

    I am using Oracle Advanced Queueing.
    PL/SQL API for enqueue
    JMS API for Dequeue Messages asynchronously (register listener and using onMessage())
    It is multi consumer queue.
    The program used to work fine. Now, it has stopped. Now, we can enqueue as
    many messages as we want. The subscriber does not recieve any messages. BUT,
    once we disconnect subscriber and connect again, the subscriber gets all the
    messages in the queue. You can repeat this N times.
    I sent this java program and sql scripts to Oracle support and they ran it successfully in their environment. So it appears to be some weird environment problem.
    Question:
    Did anybody have problem like this?
    Does anybody have any ideas about what to check in Oracle/Java client environment?
    We use Java SDK 1.2.2, thin JDBC drive and Oracle 8.1.7
    Thanks for reading this message.
    Vlad.
    null

    EMON is running:
    oracle 1105 1 0 Apr 28 ? 0:03 ora_emn0_wmdev
    And there are two trace files, but nothing interesting inside (they don't change when I run java client):
    -rw-r--r-- 1 oracle dba 107 May 2 18:01 PLSExtProc_agt_5404.trc
    -rw-r--r-- 1 oracle dba 107 May 2 18:06 PLSExtProc_agt_7021.trc
    PLSExtProc_agt_5404.trc
    Remote HO Agent received unexpected RPC disconnect
    status 1003: ncrorpi_recv_procid, called from horg.c
    PLSExtProc_agt_7021.trc
    Remote HO Agent received unexpected RPC disconnect
    status 1003: ncrorpi_recv_procid, called from horg.c
    null

  • Error messages are displayed when opening the RTV form.

    Hi All,
    While doing a return to vendor the following error messages are displayed.
    1.Go to the Inventory Management --> Return to Vendor screen.
    2. In Action Drop down select ‘New’ and click on OK
    3. A series of errors are encountered.
    4. A warning message as [640+49> 688] and then click ‘OK’.
    5. Notice the error message”Multi view internal error: B_RTV_DETAIL.QTY_RETURNED:current_col_pos exceeds parameter defined maximum right position” and then click’ OK’.
    Can any one help me out in these?
    Thanks,
    Sushanth.D

    This is a coding issue in the form, maybe the number is too big for the box on the canvas.
    It looks also like a business issue is kicking off the error, the message [640+49> 688] looks like some units of stock etc. check, e.g. the returned quantity is larger than the stock on hand.
    File an SR with OracleSupport and/or open the UI's Form fmb code in Forms Developer.
    Multi View relates to an (quite old) OracleRetail (Retek) Forms pll library that enhances the Forms features, if my memory is not letting me down.
    Best regards,
    Erik

  • Messages are in hold in the Adapter Engine

    Hi all,
      I am seeing in my adapter engine that all of the messages are in status hold , it is for  a specific business system and interface.
    2009-02-10 21:41:30 Success Message successfully put into the queue.
    2009-02-10 21:41:31 Success The message was successfully retrieved from the receive queue.
    2009-02-10 21:41:31 Success The message status set to HOLD.
    can anyone please help?
    Thanks in advance
    Sugata B

    Hi
    i ve got the same problem .
    I m using the message monitor in order to find the first message in error in this queue and so to be able to free the queue.
    My problem is how to detect these holding messages.
    As the error is in the Adapter Engine , you cant see it in sxmb_moni transaction
    In the message monitoring, you can check it manually.
    I need to have an automatic report of 'holding messages".
    I try to connect the Adapter engine alert to the ccms. The problem is that autoreaction alert arent possible in this case.
    Any body found the means to check directly in the database with sql-based command the status of message ?
    thanks for your help
    florent

  • Messages are not showing in the moni

    hi.....
    i am doing rfc - soap scenario, in the sender communication channel monitoring it was showing success, in the receiver communication channel monitoring it was showing status is Yellow colour (Channel Started but inactive) and not found any messages in SXMB_MONI.
    pls suggest me how can i rectify this type error...
    regards,
    Pasi

    Hi,
    Hi,
    Here you need to set the Trace level for SXMB_MONi
    switch the logging and the trace on. SXMB_ADM, conf integration engine, Parameter RUNTIME: LOGGING, LOGGING_SYNC, TRACE
    Follow below steps
    Goto SXMB_ADM--->Integration Engine configuration -
    >Specific Configuration ---> Set the LOGGING & LOGGING_SYNC current value as 1.
    RUNTIME LOGGING 1
    RUNTIME TRACE_LEVEL 3
    Normally with Quality or Production these kind of settings are maintained to avoid the unwanted logs in SXMB_MONI.
    Refer
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    Can not able to see message in sxmb_moni
    Message not showing in sxmb_moni
    No messages available for selection in SXMB_MONI
    No XML-Message in SXMB_MONI
    Regards,
    Swati

Maybe you are looking for