Filter move followed by another move duplicates message

Running Thunderbird 31.4.0 on Windows 7 64-bit
I have two filters in my inbox
Filter Wildcard:
If To doesn´t contain "xxxxxxxx" Move message to Wildcard
Filter MoveAll:
Move Message to Incoming
After sending a message that correctly goes to wildcard there is a unwanted action of "MoveAll" that makes a duplicate of the wildcarded message.
Filter log :
Applied filter "Wildcard" to message from Lars <[email protected]> - sssss at 2015-02-06 22:51:08 moved message id = [email protected] to mailbox://nobody@Local%20Folders/Wildcard
Applied filter "MoveAll" to message from - at 1970-01-01 01:00:00 moved message id = to mailbox://nobody@Local%20Folders/Incoming

''Zenos [[#answer-687395|said]]''
<blockquote>
Maybe you need to add the "stop filter execution" action to the first filter?
</blockquote>
Is there a point in having "Stop filter execution" as last action in a filter?
I will try it and see.
For most messages, when the first filter isn´t triggered I want the second filter to take effect.
Sort of:
if (first filter trigger ) then
<one action>
else
<other action>

Similar Messages

  • Duplicate message in Multicast test

    I just ran a multicast test on a cluster which has 2 managed servers.Following is the result :-
    Using multicast address 237.0.0.1:7001
    Will send messages under the name MyServer-1 every 2 seconds
    Will print warning every 600 seconds if no messages are received
    I (MyServer-1) sent message num 1
    New Neighbor ƒI7BÄsr ‼weblogic.rj found on message number 1997019664
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664
    Received message 2 from MyServer-1
    I (MyServer-1) sent message num 2
    Received message 3 from MyServer-1
    I (MyServer-1) sent message num 3
    Received message 4 from MyServer-1
    I (MyServer-1) sent message num 4
    Received message 5 from MyServer-1
    I (MyServer-1) sent message num 5
    Received message 6 from MyServer-1
    I (MyServer-1) sent message num 6
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664
    Received message 7 from MyServer-1
    I (MyServer-1) sent message num 7
    Received message 8 from MyServer-1
    I (MyServer-1) sent message num 8
    Received message 9 from MyServer-1
    I (MyServer-1) sent message num 9
    Received message 10 from MyServer-1
    I (MyServer-1) sent message num 10
    Received message 11 from MyServer-1
    I (MyServer-1) sent message num 11
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664
    Can anyone tel me what the following 2 lines indicate:-
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664
    Duplicate message from ƒI7BÄsr ‼weblogic.rj: 1997019664

    we are using weblogic 9.2 and we are seeing the same messages when we use the same multicast address configured in config.xml and with the different multiast address. Can anyone tell what is the reason for this.

  • Can't move imported messages to inbox on Mail

    I just finished importing my lifetime of email from Eudora into Apple Mail 4.5.  My Eudora IN box became just another mailbox called "in" in Mail.  I am trying to move the messages from this mailbox to the Inbox of Mail, but everytime I try to this I get the following error message:
    The message could not be moved to the mailbox “(null)” The destination mailbox does not exist.
    But of course it exists!  It Mail's default inbox.
    Can anyone help me figure out what to do?
    Thank you

    Is this the Inbox of a POP account?  Try using Rebuild on both the account Inbox, and this import mailbox.  Rebuild found in the pull-down under Mailbox.
    Ernie

  • I can't update iPhoto and i movie i photo and i movie the message appear message appear

    i can't update iPhoto and i movie i photo and i movie the message appears
    These apps cannot be accepted by your Apple ID.
    These apps were already assigned to another Apple ID, and they will be available in that Apple ID's Purchases list. If you don't have access to that Apple ID and want to receive future updates, you will need to purchase the applications.
    please help me to fix this problem
    Thanks
    Krishna.

    You need to either delete and buy them, or get whoever holds that Apple ID to tell Apple to release them. On a Mac, deleting the applications won't affect their data, but that should be backed up anyway.
    (109641)

  • Move/Duplicate/Copy

    All,
    Ok, so essentially I'm trying to write a script so that I can batch process a whole bunch of .SVG files.
    The .SVG files come from a variety of sources... some open very cleanly with nice layer structure, etc... others open with completely wacked clipping masks grouped dozens of times, etc.... So, I need to try and "normalize" the .SVG with a batch process.
    Basically the "normalizing" process I'm trying to use involves:
    1. "Flattening" the layer structure by ungrouping any nested layers.
    1b. Moving all art objects into a single GroupItem.
    2. Move/Duplicate/Copy the GroupItem to a new Document with a predefined Artboard size.
    3. Re-sizing and positioning the GroupItem on the new Artboard based on some criteria.
    Anyway, I'm kind of mystified as to the best way to accomplish this, so I'm trying all kinds of things...
    I thought the simplest way to get all the artwork to the new Document would be to use the move() or duplicate() methods.
    However, I keep getting 'MRAP' errors for this line:
    item.move(newDoc.activeLayer, ElementPlacement.INSIDE);
    In the CS5 JavaScript Reference, the object parameter is referred to as a "relativeObject".
    Does this mean that you can only move() or duplicate() an item within the SAME document?
    Is the app.copy() and app.paste() methods the only way to move art from one Document to another?
    Thanks!

    Well, I think I found the cause of the 'MRAP' errors... I had my looping logic screwed up, so I essentially was trying to either:
    1. Move something that didn't exist.
    2. Move something that does exist into something that doesn't exist.
    3. Move something that does exist into itself.
    Also, fixing that allowed me to use the move() method to move art items (or a GroupItem) from one document to another.
    I didn't test it, but I imagine duplicate() would work as well. Both these seem to me to be more desireable than the app.copy() method.
    Also, a few notes to anyone trying to do something similar for prosterity sake:
    - Moving artwork within a document will reset the PageItem indexes, e.g. doc.pageItems[index]
    - If you remove all the artwork from a GroupItem, the GroupItem will remain in doc.pageItems unless you call app.redraw()
    - If you're trying to "flatten" some random amount of artwork, CompoundPathItems (as well as GroupItems) and their respective PathItems actually take up separate indexes of the doc.pageItems array. For example:
    doc.pageItems[5] // myCompoundPathItem
    doc.pageItems[6] // PathItem contained in myCompoundPathItem // Also: doc.pageItems[5].pathItems[0]
    doc.pageItems[7] // another PathItem contained in myCompoundPathItem // Also: doc.pageItems[5].pathItems[1]
    doc.pageItems[8] // a PathItem NOT contained in myCompoundPathItem
    So, generally you want to avoid moving a PathItem that has a CompoundPathItem as a parent, because it will destroy the shape and screw with your indexes to no end.

  • The Print Carriage Cannot Move error message

    I  tried to align printer because my printing output as been off center. However, when I try to run the align printer function, the printer stops after a few seconds and a few strange noises, and displays the error: The Printer Carriage Cannot Move. There is normally a sheet of paper jammed in the back carriage, but after I clear it, and try again, the same thing happens. Strangely, I don't have the paper jam issue when I copy or print (i just have an alignment problem). Why do I continue to have paper jam issues when I try to run the align printer function, but not any other functions?For instance, when I ran the clean printer function, the paper and the test came through very smoothly.  What gives? please help. thanks!

    Hi , Welcome to the HP Forums! I see that you are getting the "Print Carriage Cannot Move error message," with your HP Officejet Pro 8600. I am happy to help!  It is possible you may have a permanent hardware malfunction with the printer. In order to determine this, please try the steps within the following guides: A 'Paper Jam' Error Displays on the HP Officejet Pro 8600 Printers.'Carriage Jam' Message Displays. Hope these guides will resolve your issue!  “Please click the Thumbs up icon below to thank me for responding.”

  • Sales order (SOBKZ = &1) is not provided for this goods movement the messag

    Dear Friends,
    I have created one subcontracting PO based on a sales order, so the order is belonging to special stock...
    Now i got a below error when i transfer the stock to subcontractor against this PO through MB1B but it likes as warning msg(in Yellow) but i can't post this transaction.
    Sales order (SOBKZ = &1) is not provided for this goods movement the message no is M7374
    Kindly help me how to over come from this? 
    please note that as per the system suggesion i go to Define Attributes of System Messages  for changing the message type from E to W. But i can't find this kind of message type in that list.
    regards,
    sathes

    Hi,
    Subcontracting for Sales Order Stock: -
    Purpose: - Subcontracting is also possible in conjunction with sales order stocks. The subcontracting orders are account-assigned to a sales order. Thus, the components are not transferred (using a transfer posting) to the "stock of material provided to vendor" but are directly withdrawn from the sales order stock the time of the goods receipt. The material manufactured is also posted to the sales order stock.
    The cost of subcontracting is then debited to the sales order.
    Since the components are not transferred to the "stock of material provided to vendor", it is recommend that you use a transfer posting to transfer the provided components to a new storage location (for example, 9999). This enables you to obtain an overview of those stocks that are physically located at the subcontractor. This information is particularly important when you carry out a physical inventory of the sales order stocks.
    Features: -
    Withdrawal from Stock of Mat. Provided or Sales Order: -
    For components that are managed in sales order stock, you can define whether the components are to be withdrawn directly from each sales order or from the stock of material provided to vendor. You manage this via the dependent requirements indicator for individual customer requirements and collective requirements (MARC-SBDKZ).
    You can maintain this indicator in the following places:
    In the MRP view of the material master record (MRP 4)
    In the explosion types for the BOM item (in Customizing for Production in the step Basic Data -> Bill of Material -> Item Data -> Define explosion types )
    Configuring the explosion types has priority over the configuration in Inventory Management.
    If the indicator is set at Collective requirements only (2), the materials are withdrawn from the stock of material provided to vendor. If this indicator is set any other way, the system withdraws materials from sales order stock.
    Refer following link;
    [Subcontracting for Sales Order Stock and Project Stock|http://help.sap.com/saphelp_erp60_sp/helpdata/en/4d/4b9036dfe4b703e10000009b38f889/frameset.htm]

  • How do you move text messages from contact to contact

    Recently a friend of mine changed their phone number so I removed their old number and put in their new one. The text messages that I received from them before this change is now labeled as the the old number. I have 2 questions:
    1. Is it possible to move text messages from that old number to this new one?
    2. Can I put the old number under the contact but label it "old number"? If so, when I text in that screen again will it go to the old number or the new one?
    Thanks

    Just my 2 cents...
    1) As far as I know, those text messages are attached to THAT phone number. There is no way to assign them to another number.
    2) You could certainly add the number as another number for your friend. This would atleast TITLE that thread, so you knew who the conversation was with. However, again, those texts and that THREAD is tied to that "old" phone number. Therefore, if you reply in that thread, the messages are going to be sent to the old number.
    I would just recommend adding the number to the contact, so you have it labled if you forget who it was or something, but then just start a new thread with the friend?!..

  • Movie Loading Message

    Another seemingly simple question, yet I can't find the
    answer. When I load the flv into Flash with the playback, can I
    create a movie loading message and if so, how? When I went to my
    site from home, it seemed to take a long time for the animation to
    load, I didn't know if there was a wait to get that "hold on, I'm
    loading" message. I see there is information for doing it with
    movie clips and such but I didn't see it for the .flv's.
    Thanks.

    This is how far I am out of my league, I don't even know what
    AS2 or AS3 is off hand. I have to look it up. Thanks for responding
    though to this and my previous one about blurred text. You are
    right on the blurred text one, I thought the customer wanted a
    media bar and I needed flv to do that, now after today's meeting,
    it was a miscommunication on both our parts. However, it's all done
    now and ready for review. Next time, we will just use play and
    pause buttons in flash. Flv is way too much work for small
    animations. Thanks again, I'm sure I'll be back as I learn to make
    video.

  • When I apply a mail rule to move a message to a different mailbox, large attachments are unreadable

    I have a rule in Mail: Move messages that were sent to a particular accout, to a particular mailbox. It moves the message like it's supposed to but if there are attachments over about 1 MB the attachment is no longer there, and instead there's  a bunch of code in the body of the message. With smaller attachments, the message appears in the new mailbox with the file attached, just as expected. Anybody know what's up? Thanks, Bob

    You can't simply feed it some arbitrary script to execute, you have to write a handler that Mail can dispatch events to. This generally looks something like
    using terms from application "Mail"
    on perform mail action with messages theMessages for rule theRule
    tell application "Mail"
    repeat with suspectMessage in theMessages
    --do something
    end repeat
    end tell
    end perform mail action with messages
    end using terms from

  • I downloaded a movie on itunes. When I go to play movie a message from iTunes "This movie cannot be played on this comp"

    I downloaded a movie on itunes. When I go to play movie a message from iTunes "This movie cannot be played on this comp" Can anyone help?

    Hi there,
    You may want to varify that your system meets the minimum system requirements for viewing HD content. Take a look at the article below for more information.
    iTunes: Purchasing and viewing HD videos
    http://support.apple.com/kb/ht3209
    -Griff W.

  • Why does my iphone4 sometimes say it can't move certain messages to Trash?ages in

    Why does my iphone4 sometimes say it can't move certain messages from my inbox to Trash?

    That would depend on how your wifi or cellular data signal is, if its weak you'll get that message.

  • When trying to move email messages to trash I get a pull down box that says 'The operation couldn't be completed. File exists'

    when trying to move email messages to trash I get a pull down box that says 'The operation couldn’t be completed. File exists'.
    so I'm not able to move read messages to trash folder

    Back up all data. Rebuild the named mailbox. Try to delete the message again.

  • Can't move/drag messages to any folder in Outlook 2011 for Mac

    Can't move/drag messages to any folder in Outlook 2011 for Mac
    any help?

    I had the same problem since last Thursday.  I have tried and re-tried all of the settings suggested by the support posts but I can not get email to go out of me Outbox.

  • Move Entourage messages to Mail in diferrent user account

    I have two user accounts on my MacBook and need to move Entourage messages from one account to Apple Mail in the 2nd account.  What is the easiest way to do this?

    I worked with MobileMe support and found that I had to add main account to user account temporarily while I moved files, then deleted account

Maybe you are looking for

  • Display issue in Bex Report

    Hi all, I have a requirment in my report where in i would not like to display the -ve values as negative in the columns. I do not have the option to use NODIM() at the query level, because i am simultaneously switching between the column displaying a

  • How to use Purch. Info Record, for different Valuation Types ?

    Hi All, While doing Split Valuation, I have created three valuation types - say,  M1,M2,M3. for material M. Now, I want to create Info record for material M and Vendor V1. when i go to me11, system is allowing me to create info record for M and V1 on

  • Printing even borders / margins from PDFs created in Indesign

    Hi, I am having trouble printing images with even borders / margins - from my Epson R2400 inkjet printer. In Indesign I have set all margins to 5mm along all edges. Then I export the document as an A4 PDF. When I open the PDF using Acrobat, the margi

  • Photo filesize, iPod touch vs. iPhone 4

    I've been working on consolidating my data to see if I could replace my 64GB iPod touch with a 32GB iPhone 4. Using a combination of sync settings and smart playlists, I've gotten my synced data down to about 28GB. However, will iTunes generate large

  • Trouble emailing from pages

    I can't email a document from Pages in any form when it used to work every time.