Notifications and Mail Rules

I am experiencing some bizarre troubles with Mail. Specifically, I have a complex set of rules in Mail; some of them, automatically move an email from the inbox folder to another folder I created if a specific name or subject is met. Now, when an email that match a rule arrives it is automatically moved according to the rule but it is not notified. An email is notified only if it is not subjected to a rule. Is there a way to get notified whenever an email arrives?

madHelloKitty wrote:
just cutting/pasting the symbol into the rule doesn't work. Ideas?
The symbol may be representing something else in the underlying text.  You could try View > Message > Raw Source to see what that is.

Similar Messages

  • Mountain Lion: on the Notification Center notification and Mail:  how to limit notifications to an email account?

    Mountain Lion: on the Notification Center notification and Mail:
    how to limit notifications to an email account?
    At least, is it possible to choose what email account, the arrival of a message launch a notification.
    When running more than a dozen e-mail accounts, it may be appropriate to display only the notifications of one or two major accounts.

    Which os are you using?  Which Mail version are you using? 

  • Wrong password in Vacation notice and  Mail rules in web interface

    I have just set up a new Snow Leopard server to try it out. I especially wanted to test the calendarserver and mail and corresponding web interfaces.
    I can access the My Page without any problem, but when I try to access the Settings->Vacation Notice and Mail Rules, I am presented a login dialog. When I enter my credentials, it just shakes its head like the password is wrong. I tried with different accounts, and when I used the system admin login I could access those pages, but not for the standard account. What's wrong?

    Yes, the problem is the accented caracters !
    I had the same problem until I remove the accent in the user information (Workgroup Manager > Users Tab > "user" > Info Tab > Firstname + Lastname).
    So it's an encoding error in WPSession python module, and this problem drive the script EmailRules.py around line 162 (wpUser = wpSession.userNamed(username)) to go on the hasLocalEmailErrback def, and so give an error and refuse the authentication, even if we have a local email account.
    It's boring that USA developers do not write code that manage well international strings !
    It's like this forum : because I have an "é" in my lastname, I was unable to create an account for this forum, until I create a new Apple ID without the "é"
    Or like the iPhone Developer certificates at the beginning...

  • ICloud and Mail rules

    I have set up my computer (2.66 GHz iMac core 2 duo, OSX 10.9.4) with two users to separate my fishing club activities from the rest of my life.  I would like to use different MAIL RULES to sort mail on each of the user accounts.  I would also like to sync some of my activities such as Calendar, Contacts, Reminders, Notes between the accounts.  If I link both accounts over iCloud, the MAIL RULES are synced period!!  Unselecting mail for either or both accounts using the iCloud preference has no effect.  To prevent syncing RULES requires signing one or the other account out of iCloud.  This means, of course, that I am unable to sync Calendars, Contacts, etc.  Does anyone know of a work-around for this dilemma?
    Thanks in advance.
    TomJF

    I'm using the same Apple ID for both accounts to allow syncing. 
    I use QUICKEN to track finances.  The main reasons I set up two users is to separate fishing club finances from my personal finances and to separate documents.  At this point I have decided to combine the two accounts; sort documents; and open separate QUICKEN accounts as needed.  I do think that Apple Mail needs attention to correct inconsistencies such as the one I pointed out.
    Thank you for your Comments
    TomJF

  • Applescript and mail rules:

    I'm trying to do something with rules that I can't easily do in preferences.
    I want to create a rule that does does the following:
    If from equals [email protected] OR  [email protected]
    AND
    message contains  "lawn"  or "Lawn" or "LAWN" or "XYZ" or "xyz" or "ABC"
    move message to mailbox M
    Or, do I just have to create a ton of rules?
    Also, assuming the answer to the above is true, I guess I could write a single apple script that did all my mail processing.
    I've searched and searched for such a script. Can anyone point me to something?
    I'm an applescript beginer.  I just ordered a book, but not here until next week.
    Thanks!
    Dave

    do it this way with an applescript (attach this to a rule action that checks all messages - will probably need some tweaking):
    set senderList to {"[email protected]", "[email protected]"}
    set keywordList to {"lawn", "Lawn", "LAWN", "XYZ", "xyz", "ABC"}
    using terms from application "Mail"
              on perform mail action with messages theMessages for rule theRule
                        tell application "Mail"
                                  repeat with thisMessage in theMessages
                                            if sender of thisMessage is in senderList then
                                                      repeat with thisKey in keywordList
                                                                if thisKey is in content of thisMessage then
                                                                          move thisMessage to mailbox "M"
                                                                end if
                                                      end repeat
                                            end if
                                  end repeat
                        end tell
              end perform mail action with messages
    end using terms from

  • Regular expressions or "wild cards" and Mail rules

    I'm working on building several rules to deal with various emails types i get during the average day at work. some of them are automatically generated by our servers, others are from customers etc. Some of the messages generated by our servers have a blank subject line. Mail won't let me build a rule with a blank subject line (or anything blank for that matter)...is there a way around this?
    Also, does mail allow for use of regular expressions? I really don't know anything about regular expressions, but was hoping to learn enough to accomplish some more complex rules if it's possible. If not, i won't bother trying to tackle such an obscure language
    Thanks in advance!

    No, there is no provision for this in Mail's rules.
    However, Mail's Junk Filter is based on a much more sophisticated method (Latent Semantic Analysis) that typically is more effective at detecting this sort of thing, in part because methods based on Regular Expressions usually have an unacceptably high false positive rate if they are made general enough to catch all the possible misspellings.

  • Lost mail rules when upgrading to ML, can't restore from time machine

    Hi,
    I've installed mountain lion and restored from time machine and mail rules were not there. There's only news from apple.
    I tried to restore the rules myself (MessageRules.plist and MessageRules.plist.backup) but when opening mail rules were not there yet. Nevertheless, i can add rules manually, so if there was a way of looking at the past rules I could just copy them (though it's not the best way).

    My rules are still there, so perhaps Apple support speak with resource forked tongue.
    Comparing an old (pre ML) rules file from 20th June with the ML one, the differences are:
    The file name was: MessageRules.plist, the ML one is SynchedRules.plist. Both are in my V2 folder, but the old Rules have been copied (by Mail, not me) into the new SynchedRules file.
    In the old file, for each item (Rule) the first line was Active (Key) String (Type) 1 (Value). In the ML file, this line is no longer there, so the first line is AllCriteriaMustBeSatisfied.
    You can see these differnces in the "preview" part of Finder Show Info, if you have the two files to compare.
    Thus, just copying and renaming the old Rules file probably won't work, because of this difference. Mail probably just makes a new file because the copied file isn't as expected. It should be possible to edit the old plist file to remove the "Active" line, and rename it to SynchedRules.plist (but see below). The top is slightly different, just below <dict>, as this relates to the Active line. There are a  couple of lines at the bottom that aren't in the new file.
    The "Active" line that has gone is now in a file called RulesActiveState.plist. This file is just a list of RuleIds from the SynchedRules.plist (like this:
    AC6F6611-FF61-4AA6-9682-BA100EFAC233)
    Doing this does sound rather tedious, but might be quicker than manually re-entering blocked email addresses etc. to replicate old rules. As plist files are in xml format, it should be possible to use a text editor to delete the unwanted "Active" line from the message rules list by Find & Replace All (with nothing). All this could then be copied to the "SynchedRules.plist. You would need to copy the RuleIds into the RulesActiveState.plist as well.
    Make a copy of the files first just in case...

  • Mail Rules issue

    Hi, folks--
    MAIL 3.6 (936)
    I have my mail automatically routed to folders.
    I also have my wife's mail automatically routed.
    BUT...
    if an email is sent to both of us (and MANY are),
    both go to her folder and NONE to mine
    (due to 'her rule' location in the list of rules.)
    More succinctly:
    we receive two copies of an email-- one intended for her, and one for me.
    They both go to her; none to me.
    Is there a work-around for this?
    Thx,
    Steve

    "It" is an email sent to a small group.
    We receive them as members of quite a few different groups.
    Imagine an email sent to six people, and "two" of those messages to different people (wife & I)
    come through my computer and  Mail Rules (for distribution).  They both go to one of us,
    and her rule is first, so they 'all' go to her.
    Dumping "her rule" would help, but cause another issue.
    I think a double-pronged rule "argument" might be what is needed.
    Or another option I haven't thought of...?
    Steve

  • Mail - Forwarding attachments manually and with rules - how do I keep my attachments?

    I have the latest updates of Lion on by MacBookPro (late 2010 model). I use mail to receive mail from my business account (Exchange account) and my personal account (IMAP account). Up until this summer, everything was working peachy with the system. I have multiple folders in my accounts and many rules to sort the mail and some that automatically forward mail messages to other people in my office who are also on exchange server.
    Since this summer, we really noticed in August, we have noticed that the attachements are sometimes missing from emails I send out either automatically through rules (attachements never appear in the emails on the receiver's end) or manually, sometimes they receive, sometimes they don't (most of the times, but not always, when they don't work, it is a pdf in attachement, although it has happened on occasion with docs and jpgs or other graphics files). The bizarre thing is that on occasion a receiver replies to my email telling me there is no attachement, and although the email I receive doesn't show a paperclip, the attachament is actually embedded in the email!
    If I write a new mail, and manually add an attachement, it seems to work.
    My IT guy, who runs the exchange server says that it is bizarre because he can see the attachement in my email, but when it is delivered it disappears, but if he opens it at the server, it reappears. He has made all the latest updates and has trolled the support sites, but has found no solution.
    I receive a newsletter everyday, which is a rather large 8-10 Mb pdf. My rule tells it to automatically forward to the receptionnist so that she can send it out to her mailing list. The message I receive always has the attachment, but in the forwarded message the attachment dissappears. In this case, when I look at message in my sent mail folder - there is no attachment.  I tried using re-direct instead of forward as a rule and it still did the same thing...
    I guess I want to know if anyone is experiencing the same issue, and if anyone has any other solutions to make forwarding work better.
    P.S. When I use the IMAP account, the forwarding doesn't seem to be a problem, however I can't figure out how I could run a rule for an email I receive on my exchange account so that it forwards via my IMAP account. Also this would not be ideal, as then all my business contacts would get mail from my personal account...
    Thanks for any help you could provide.

    Uncheck:
    But you'll still have to navigate around the icon.

  • My mail rules and signatures just disappeared.  (OS 10.9.2)

    All of my mail rules and signatures just disappeared. What happened and how can I retrieve them?

    Hello Yeomans7,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964
    Have a nice day,
    Mario

  • Is it possible to sort Mac Mail Rules into alphabetical order?  I have in excess of 50 rules and everytime I want to add to a rule, such as "delete incoming" I have to go through the entire list to find it.

    Is it possible to sort Mac Mail Rules into alphabetical order?  I have in excess of 50 rules and everytime I want to add or amend a rule, such as "delete incoming" I have to go through the entire list to find it.  I have tried clicking on the heading "Description" but it does not sort.  Any assistance would be greatly appreciated

    Hi,
    According to your description, my understanding is that use CMAK to configure split tunneling on VPN clients, traffic to specified devices can be routed via their own default gateway.
    If the manually added route entries all have default metric and interface, clients will select one by the default routing rule, can’t select one of them according to clients’ own conditions. So, I am afraid that CMAK can’t implement the function which you need.
    A blog described about How to configure split tunneling on VPN clients using CMAK, for your reference:
    http://blogs.technet.com/b/rrasblog/archive/2007/06/11/split-tunnelling-using-cmak.aspx
    Best Regards,
    Eve Wang 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • No sound notifications on 4s for all apps. Texts and mail do work.

    I am not recieving any sound notifications for any of my apps. Texts and mail do work. All settings are on and correct. That im aware of. Any suggestions.

    Hi there,
    I represent the company who developed the Word World app.
    Please visit our support page below for help with the sound issue you are facing.
    http://www.beancreative.com/content_1612.cfm
    Thanks,

  • Workitems and Mail Notifications being sent multiple times.

    Hi,
    There are two issues with our WF development:
    1. An approver is receiving a mail notification and WF Decision item TWICE. On analyzing, we found out that the "Requested End" tab of the Decision task had an entry of 2 mins (Work item creation).
    Guidance needed on whether this would resolve the issue or is there a different solution.
    2. On trying to execute a decision for a WF item, an error msg is shown, "You are not a receiver of the work item" and does not allow to proceed with the decision. What could be the issue??
    Regards,
    Vipul.

    Hello,
    What happens is, till your workflow duration is on, you will receive reminder mails.
    So to avoid this, you need to increase all the duration steps to be equal to duration of of the workflow what you define in the Start step.
    Also please explain your decision work flow logic,
    Regards,
    Abhishek

  • Mail rules and iCloud

    Is there a way of copying mail rules in one mac to keep them alive on my macs after iCloud?
    I would appreciate any help,
    Thanks!
    Mario Lordeiro

    I'm using the same Apple ID for both accounts to allow syncing. 
    I use QUICKEN to track finances.  The main reasons I set up two users is to separate fishing club finances from my personal finances and to separate documents.  At this point I have decided to combine the two accounts; sort documents; and open separate QUICKEN accounts as needed.  I do think that Apple Mail needs attention to correct inconsistencies such as the one I pointed out.
    Thank you for your Comments
    TomJF

  • Mail Rules missing "mark as unread" and "mark as unflagged"

    I'm adding some new rules in Mac Mail and just noticed that there is no option to "mark as unread" in my list. My friend has it coming up, but it isn't there for me.
    When I click to add a new rule, the drop-down for Perform actions lists "delete", "mark as read" and "mark as flagged". I'm missing "mark as unread" and "mark as unflagged".
    Why would I be missing those options?
    Thanks,
    Morton++

    Mail rules doesn't offer these options which is why you don't have them. Your friend must be mistaken. and anyway since the rules are only applied to new messages there is no point in having the option to mark them as unread - they are unread already. You can add a rule to unflag messages using apple script but if I'm not mistaken all new messages are unflagged by default too so there is no point for this one either.

Maybe you are looking for

  • Adobe Media Encoder not recognizing audio

    I have MXF file I need to encode on a daily basis, but AME shows there is not audio in the files. QuickTime plays (and exports) the files great with audio (showing the audio as 16-bit integer big endian) Anyway I can force AME to recognize the audio?

  • Non-Central Adapter User Store

    Hi, We have SAP PI 7.10 SP6 installed. We also installed a non-central adapter in the DMZ. We would like the non-central adapter to use/share the ABAP user store of the central adapter engine. To this end I have created 2 RFC destinations in NWA, I18

  • Need help from expert people in how to integrate map to OBIE

    Hello Guys, i'm realy apreciate who help me in give some hints about this code that i comment it in line (42) from the code. where i dont know where to get states_sample.xml file from this line : //where the dynamically generated BI data can be found

  • Endless Finder Crash after Restoring from Time Machine

    At least I think that's what caused it. I've seen a bunch of solutions posted but none of them seem to work for me so I figured I'd start a new discussion with my error log. I recently used Time Machine to roll back from Mavericks to Mountain Lion, a

  • Less oppertunities for compressors in Logic Express  compared to Logic Pro?

    Hi there, I'm running on L-Express also. I had a conversation with a guy this afternoon who is running Protools. We've tried to put some compressors on my created track. In protools he could let a compressor follow the beat of the bass drum and put t