Rules don't work/mail doesn't recognize rules

I have created a rule that says if sender not in my address book, not in previous recipients forward to junk. Nothing is forwarded to junk. I have removed message sorting.plist and renamed message sorting.plist backup to message sorting.plist. That did nothing to answer the problem. If rules are corrupted what can I do?

These settings are already included in the standard/default Junk Mail rule.
Did you add this to the existing Junk Mail rule at Mail > Preferences > Junk Mail > Advanced or to Rules at Mail > Preferences > Rules?
Is Junk Mail set to Automatic?

Similar Messages

  • I went to iCloud and my mail doesn't recognize my password but even worst my iTunes does not want to open because it says my library is blocked somewhere on a hard disk where I  have no access ...

    I went to iCloud and my mail doesn't recognize my password but even worst my iTunes does not want to open because it says my library is blocked somewhere on a hard disk where I  have no access ...
    HELP HELP

    To confirm, your existing mail client isn't communicating with your existing and remote mail services at Dreamhost? Which mail client are you using (Apple mail?), and how is mail on the client set up?
    It would initially seem that your client is still referencing the server, either for its inbound or outbound mail. (And I'm not sure how unplugging the server helps here, unless there's some sort of a configuration issue, or a duplicate network address or such.) This would usually be something within the configuration of the mail client.
    The Mac OS X Server is significantly easier than the many other servers and server operating systems I've dealt with over the years, but it requires reading the manuals and/or some knowledge of networking and of server environments.
    Small shops and home folks without the time or inclination to "spin up" on these server areas can be well-served with some help initially configuring the server. Servers are different from clients. Stuff that you're implicitly used to using when you're running a client -- the DHCP server, for instance -- are what the servers provide you with.
    As for Mac OS X Server and particularly if you head outside of the default settings and sequences and off into the customizations, which is what has happened here, you might want to engage some assistance. Not just for the direct and obvious initial set-up sequence, but also for getting you set-up and started with backups and other such tasks. Before you get too deep in here and get too much underway and too much saved on your disks, do seriously consider getting somebody in to help set this box up for you.
    Mac OS X Server is not "no IT", but it is rather closer to "less IT" than most. Particularly once you get it configured and running.

  • My iTunes suddenly stopped working and doesn't recognize any of my devices and gives me a AMD error. I've tried several times to uninstall all Apple programs and reinstall to no avail. I'm running windows 7 on a Dell laptop. It worked fine for years .

    My iTunes suddenly stopped working and doesn't recognize any of my devices and gives me a AMD error. I've tried several times to uninstall all Apple programs and reinstall to no avail. I'm running windows 7 on a Dell laptop. It worked fine for years then I decided to update my iPhone 4S and it didn't recognize it or any other iPod or iPad.
    Can someone please help ?

    I am having all sorts of problems with 9.1.1.Crashes and not only iTunes but I have to restart all the time.
    GET TO WORK APPLE !!!!

  • Interface names get swapped, but udev rules don't work

    I'm using the (apparently nightmarish) broadcom_wl module.
    This:
    https://wiki.archlinux.org/index.php/Br … every_time
    and this:
    https://wiki.archlinux.org/index.php/Co … es_varying
    don't work.  the 10-network.rules file I create is just completely ignored.
    Any ideas?
    Arch is my distro of choice for my desktop, but it is turning out to be an enormous PITA on my laptop.

    hmmm,
    NAME
               The name, a network interface should be renamed to. Or as a
               temporary workaraound, the name a device node should be named.
               Usually the kernel provides the defined node name, or even creates
               and removes the node before udev even receives any event. Changing
               the node name from the kernel's default creates inconsistencies and
               is not supported. If the kernel and NAME specify different names,
               an error will be logged. Udev is only expected to handle device
               node permissions and to create additional symlinks, not to change
               kernel-provided device node names. Instead of renaming a device
               node, SYMLINK should be used. Symlink names must never conflict
               with device node names, it will result in unpredictable behavior.
    try creating symlinks instead.

  • My camera doesn't work + it doesn't recognize external cameras. what's the problem here?

    I set up a new windows 7 version for my laptop (probook 4510s) & the camera doesn't work + it doesn't recognize any external camera. So how to fix my camera & get it back to work?

    What kind of external camera is this? I am assuming it is a USB camera? Make sure that you aren't using any USB hubs. Also try connecting it to another USB port. Have you installed the drivers from the camera manufacturer yet?
    Thanks,
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Exchange 2013: Inbox rules don't work on Journal Mailbox

    Hello,
    I've Exchange 2013 server with 2 databases:
    * First database has all user mailboxes & is journaled to second database
    * Second database has only 1 mailbox: Journal which collects all messages send / received  from / to first database.
    I made Inbox Rules on Journal Mailbox  to delete unnecessary messages e.g. :
    * HealthMailbox messages with Subject: Client submission probe
    * [email protected] messages with Subject: Inbound proxy probe.
    I noticed that these rules don't work. Why ?
    best regards Janusz Such

    Hi,
    How do you create these Inbox Rules on journal Mailbox? Please share the detailed rule content here and we can check whether the rule was created correctly or not.
    Instead of journaling all mailboxes residing on a mailbox database, I suggest we can configure journal rules to match your organization's needs by journaling individual recipients or members of distribution groups. For more information about
    journal rules, please refer to:
    https://technet.microsoft.com/en-us/library/jj651670%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
    Regards,
    Winnie Liang
    TechNet Community Support

  • Mail Rules don't work in Mavericks

    It seems with the update to 10.9 Mavericks Mail rules no longer work. My email address was harvested by spamers and I have been using rules to weed throught the 100's of emails that I receive each day.
    Russian Brides, Vigra, Learn a new language get moved into the trash when delievered. Now nothing happens.
    I just tried to write a new rule and when I clicked the Prefs pannel I got the spinning cursor. After waiting for some time I did a force quit only to find that Mail was not responding.
    Anyone have any ideas? I did not see any major changes with Mail and Mavericks so I'm not sure why it's been effected.
    MD

    You might condider using an Applescript with Mail Rules.
    Here's one that I use (Use whitelist to not move to spam):
    (Just edit to your junk or whitelist)
    Note:  The Applescripit must be saved to: ~/Library/Application Scripts/com.apple.mail/
    The rule:
    The AppleScript:
    using terms from application "Mail"
              on perform mail action with messages theMessages
                        tell application "Mail"
                                  repeat with theMessage in theMessages
                                            set theSender to (sender of theMessage)
                                            set theReplyto to (reply to of theMessage)
                                            set theSubject to (subject of theMessage)
                                            set theHeader to (all headers of theMessage)
                                            set theContent to (source of theMessage as string)
                                            set theAccount to (account of mailbox of theMessage)
                                            if my blacklist(theSender, theReplyto, theSubject, theHeader, theContent) ¬
                                                      and not my whitelist(theSender, theHeader) then
                                                      my moveToJunkFolder(theMessage, theAccount)
                                            end if
                                  end repeat
                        end tell
              end perform mail action with messages
    end using terms from
    on blacklist(f, r, s, h, c)
              if h contains "X-YahooFilteredBulk" or ¬
                        h contains "Received-SPF: fail" or ¬
                        h contains "Received-SPF: softfail" or ¬
                        h contains "Received-SPF: error" or ¬
                        h contains "Received-SPF: permerror" or ¬
                        h contains "Received-SPF: temperror" or ¬
                        h contains "streamsendbouncer@" or ¬
                        s contains "[Bulk]" or ¬
                        f contains "Vigra.candianmeds.com" or ¬
                        f contains "[email protected]" or ¬
                        f contains ".cz" or ¬
                        r contains ".ma" then
                        return true
         end if
    end blacklist
    on whitelist(f, h)
              if f contains "aicpa" or ¬
              f contains "eWeek.com" or ¬
                        h contains "from macbook-air.local" then
                        return true
              else
                        return false
              end if
    end whitelist
    on moveToJunkFolder(m, a)
              tell application "Mail"
                        try
                                  set the read status of m to true
                                  set the junk mail status of m to true
                                  set theAccount to (account of mailbox of m)
                                  set mailbox of m to (mailbox "Junk" of a) --  Move to "Junk"
                        end try
              end tell
    end moveToJunkFolder

  • Mail doesn't recognize contacts from my address book

    After installing snow leopard it seems that the Mail application doesn't recognize names that are in my address book. For instance when I start a new email, I will start typing a name in the "to" field, where it used to guess the contacts name it no longer does this. I have about 1800 names in my address book, do I have to introduce these to the mail application one by one in order for it to recognize them?
    Thanks for any help you can give.

    To be more clear (in hopes you can get it to work!) :
    Under Mail -> Preferences -> Composing
    1. Be sure to CHECK the box that says autocomplete addresses under the Addressing heading.
    2. Quit Mail and restart.
    If that doesn't work then I would suggest quitting Mail and trashing the Preference file (~/Library/Preferences/com.apple.mail.plist). Then restart Mail and make sure the box is checked as above and restart Mail. Note that all preferences will be reset to the default and you may need to reconfigure Mail the way you like it. You can always drag the plist file back and restart Mail.app to restore your previous settings.
    Ed

  • Mail doesn't recognize password after upgrading to Mountain Lion

    After updgrading to Mountain Lion:
    The gmail account in Mail began to ask for its password. it is preseent [in dots]; when i click to continue, dialog box indicates it doesn't recognize it.
    i had time to to go over details in a gmail help page with details (port numbers and other things).
    I decided to start over.
    I deleted the account in Mail, system preferences, Accounts, began anew. Later I deleted inactive Gmail from  menu, Mail. Contacts & Calendars.
    Reading some interventions in Communities mentioned the Key Chain. I had changed the Gmail password while using an older Mac Book. In June i purshased a MacBook Air and had Apple migrate my files from the old to the new mac. Mail had not password problems until I updated to Mountain Lion, which I thoroughly enjoy.
    I'm at my wits end.
    Throughout all this, Mail on my ipodtouch o.k.
    I appreciate help.

    Is it sleeping or shutting down?
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partitirion & use Disk Utility from there.

  • Udev rules don't work

    I am on my laptop, where I am trying to write some udev rules.
    Firstly, as a test I tried to make a symlink when connecting my ext hd.
    $ udevadm info /dev/sdb
    E: ID_PART_TABLE_UUID=ea04843c-526e-45bf-9d45-beba1b180285
    $ cat /etc/udev/rules.d/61-rules.rules
    ENV{ID_PART_TABLE}=="ea04843c-526e-45bf-9d45-beba1b180285" NAME="lilalum"
    And well, nothing happens (there is no lilalum in /dev) when I plug in my ext hd.
    Secondly, my low bat rule doesn't work.
    $ cat /etc/udev/rules.d/99-lowbat.rules
    SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{capacity}=="10", RUN+="/usr/bin/systemctl suspend"
    SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{capacity}=="9", RUN+="/usr/bin/systemctl suspend"
    SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{capacity}=="8", RUN+="/usr/bin/systemctl suspend"
    It just doesn't do anything when the battery gets that low, and no the battery did not skip both 10, 9 and 8 percent.
    Last edited by Ploppz (2014-05-03 12:41:02)

    Ah... thanks, it works now!
    One more small issue... I tried writing a test to detect when the charger of my laptop gets plugged in or out, I put it in 61-rules.rules
    SUBSYSTEM=="power_supply", RUN+="/usr/bin/touch /home/ploppz/charger"
    The battery does send signals to udev:
    $ udevadm monitor
    monitor will print the received events for:
    UDEV - the event which udev sends out after rule processing
    KERNEL - the kernel uevent
    # Plugging out:
    KERNEL[944.333548] change /devices/platform/ACPI0003:00/power_supply/AC (power_supply)
    UDEV [944.340228] change /devices/platform/ACPI0003:00/power_supply/AC (power_supply)
    KERNEL[944.426599] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    UDEV [944.428599] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    KERNEL[944.470830] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    UDEV [944.472781] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    # Plugging in:
    KERNEL[950.317263] change /devices/platform/ACPI0003:00/power_supply/AC (power_supply)
    KERNEL[950.331752] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    UDEV [950.332023] change /devices/platform/ACPI0003:00/power_supply/AC (power_supply)
    KERNEL[950.332576] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    UDEV [950.333609] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    UDEV [950.334891] change /devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0 (power_supply)
    I also tried putting it in 99-lowbat.rules, stilll no luck. I'm also wondering whether udev reads all the rules every time an event happens, or if it caches them such that when I write a rule, I'll have to either wait a bit or do some action to update the rules cache?

  • RV180W - Access Rules Don't Work

    Hi,
    We have a RV180W and the Access Rules will not work.  I'm trying to block HTTP and HTTPS services for a specific workstation on our LAN, but the access rules don't seem to be working.  I've also tried blocking different services as well as ANY service, but it's not working.  I've tried rebooting the router after adjusting settings; I've tried adjusting services from the Port Forwarding menu first; and a couple weeks ago, I upgraded the firmware to version 1.0.2.6 and repeated all the previous steps.  Nothing seems to be working.  So far the only solution I could come up with is to block the workstation's MAC address altogether, but I don't want that because I still need it to hit the internet for other services.
    Thank you,
    Ryan

    These are the Access Rules I've tried (firmware v1.0.2.6):
    Outbound:
    Inbound along with the auto added Port Forwarding setting:

  • AI CS6 Ruler don't work

    Dear Madam or Sir,
     I work with AI CS6. Now the ruler does't work at all.
    If I pull the ruler on the page it disappears. or if it is there I cant mark it and put it aside.
    I look forward to hearing from you!
    Morteza Ariana

    You need to provide system information. In any case, this question is best asked in teh AI forum.
    Mylenium

  • Applescript Rules Don't Work in 10.8 Mail.app

    Very simple thing Im trying to do here. Set up a rules to run a simple growl notification script when a new mail with a vertain subject arrives. This script works perfectly file in the editor and runs file outside of the mail.app.
    Set to to run as a rule using the run actionscript option in mail.app - but it will never run.
    Why would this script run fine outside of mail.app, but not as an actionscript rule?
    tell application "System Events"
        set isRunning to (count of (every process whose bundle identifier is "com.Growl.GrowlHelperApp")) > 0
    end tell
    if isRunning then
        tell application id "com.Growl.GrowlHelperApp"
            -- Make a list of all the notification types
            -- that this script will ever send:
            set the allNotificationsList to ¬
                {"Payment Received"}
            -- Make a list of the notifications
            -- that will be enabled by default.     
            -- Those not enabled by default can be enabled later
            -- in the 'Applications' tab of the growl prefpane.
            set the enabledNotificationsList to ¬
                {"Payment Received"}
            -- Register our script with growl.
            -- You can optionally (as here) set a default icon
            -- for this script's notifications.
            register as application ¬
                "PayPal Alert" all notifications allNotificationsList ¬
                default notifications enabledNotificationsList ¬
            --       Send a Notification...
            notify with name ¬
                "Payment Received" title ¬
                "Payment Received" description ¬
                "You have received a payment." application name "PayPal Alert"
        end tell
    end if

    system preferences>keyboard>keyboard shortcuts doesn't give you anything?

  • Some Mail rules don't work properly

    So I have had an email rule in Tiger for the last n months that matched account, To: Subject: and message content (account==, To:==, Subject: ==, Message Contents contains) and the rule processing is supposed to be Mark as read, move to folder x, change color to green, reply with message, stop processing rules.
    What actually happens is move to folder x, mark as read, move to folder x, change color to green, and reply, but only with the original message. The "Reply with Text" is ignored and is not included.
    Is this a known issue? I have deleted the rule and re-created it, with the same effect.

    So I have had an email rule in Tiger for the last n months that matched account, To: Subject: and message content (account==, To:==, Subject: ==, Message Contents contains) and the rule processing is supposed to be Mark as read, move to folder x, change color to green, reply with message, stop processing rules.
    What actually happens is move to folder x, mark as read, move to folder x, change color to green, and reply, but only with the original message. The "Reply with Text" is ignored and is not included.
    Is this a known issue? I have deleted the rule and re-created it, with the same effect.

  • Rules don't work in email

    Hello,
    I have applied rules in Mail, to delete mail that contains certain words, but they only work when I manually click apply rules.  Shouldn't it happen automatically?  I want  junk mail to be deleted as soon as it arrives.  Don't want to view it at all.  Just want it to go away.  This is with AOL mail, no .me mail.  Any help would be greatly appreciated.
    thanks,
    donald

    Hello,
    I have applied rules in Mail, to delete mail that contains certain words, but they only work when I manually click apply rules.  Shouldn't it happen automatically?  I want  junk mail to be deleted as soon as it arrives.  Don't want to view it at all.  Just want it to go away.  This is with AOL mail, no .me mail.  Any help would be greatly appreciated.
    thanks,
    donald

Maybe you are looking for

  • "Day-Timer"  "Day Runner"  "Day Planner"

    Greetings, Thru out the afternoon, I have been playing hide-and-go seek in Goggle and Apple Discussions. I am searching for an Apple "Day-Timer" "Day Runner" "Day Planner" type product. I use iCal and Address Book ... they don't offer the variety of

  • Find feature - how to remove applications

    I really don't want the Palm Find feature (magnifying glass) on my Verizon Centro to give me the option, the several options, of Searching Google.  How do I turn that off? Post relates to: Centro (Verizon)

  • Still trying to go through the firewal with a java client.

    One of guys here suggested me to fix the available ports on the server computer and open that range of ports on the firewall so that the ejb client can talk to the server even the client outside of the LAN. However, my customer rejects the suggestion

  • Any Success with Cintiq + Two Monitor Config in CS5 or CS4

    Hi, I'm currently running two Eizo CG210 monitors and want to add a Contiq 21ux to the setup. I'm going to either try to match the video card already in the pc or buy two new video cards of the same type. A video card that supports three monitors sou

  • Lost HardDrive Space After Deleting Bootcamp Partiton

    Hello, Everyone I have a small issue i open finder window and it says that i have 398.18GB Available but when i go into Disk Utility and go to the top result which is called WDC WD6400AAKS-40H2B0 Media it says that my Total Capacity is 640.14 GB so i