On Mon, 2018-07-16 at 12:15 -0500, Christopher Marlow wrote: > On Sun, 2018-07-15 at 22:11 +0100, Richard Bown wrote: > > On Sun, 2018-07-15 at 14:39 -0500, Christopher Marlow wrote: > > > On Sun, 2018-07-15 at 20:22 +0100, Richard Bown wrote: > > > > Hi Chris > > > > I've noticed that unless you select a message for filtering > > > > nothing > > > > happens. > > > > If you are filtering messages in a folder, try CTRL A then > > > > CTRL > > > > Y > > > > > > > > (select all then filter selected messages) > > > > > > > > I found that EVO filters messages on start up and on new mail > > > > on > > > > arrival. > > > > I wonder if this is what is perplexing you ? > > > > HTH > > > > > > > > > > Thank you so much Richard on solving the 1st part of my > > > problem... > > > But I have one last question: > > > > > > I now wonder Richard, if you might be able to answer the last > > > perplexing question " To the saga of filtering" ( It's supposed > > > to > > > be > > > read like a book title} ( huge grin) :P > > > > > > > > > It seems like on this screen https://imgur.com/a/My26iQw > > > > > > You leave FOR ACCOUNTS: set as ALL ACCOUNTS > > > > > > And then point it to the folder you want the email to go do. > > > > > > > > > But wouldn't that be dangerous? > > > > > > Say for instance... I have this bill I have to pay every 6 > > > months... > > > And for some reason I get 2 copies of the recipt at 2 different > > > email > > > addresses. > > > > > > Leaving the box FOR ACCOUNTS: ALL ACCOUNTS > > > > > > Wouldn't that cause both copies of that email in both accounts to > > > be > > > deleted? > > > > > > If I wanted a rule to set up to delete a copy? > > > > > > Unless you did something like > > > > > > IF FROM: billchrishasto...@companyname.com > > > Sent To: mymsnacco...@msn.com > > > > > > Then: DELETE EMAIL > > > > > > So EVO knows just to delete the Hotmail addresses copy? and not > > > the > > > other one? > > > > > > > > > Chris > > > _______________________________________________ > > > evolution-list mailing list > > > evolution-list@gnome.org > > > To change your list options or unsubscribe, visit ... > > > https://mail.gnome.org/mailman/listinfo/evolution-list > > > > Hi > > It all depends if you are running a proper operating system ;) > > > > If you are, you could use the pipe facility in the filters to do a > > diff > > between the body of the messages, and if the same put a flag in the > > header which you could use to filter to delete the unwanted. > > > > You would of course need to identify the two messages with two > > similar > > bodies, or you could copy all incoming mail to a separate folder on > > the > > host machine, as long as it runs a proper OS and sequentially > > compare > > the body content of each new received message with what in the > > separate > > folder. > > > > > > Hi Richard, > > I am new to Evolution. I've been using TB for years.... > > So I don't quite understand the " Pipe command" > > Whould what I said not woke? > > If sent to: ___...@msn.com > > And if from: ABillIHaveToPay.com > > then mark as read > > then delete > > I will have to go read up on that link I got the other day about > using > filtering in EVO. > > > ----Chris Hi Chris I'll still try to help you , even while are some behaving as if a wasp has stung them on the arse.;-)
the pipe command means to pass process to an external program . I was using Claws mail until recently , but changed as the exchange between my mail providers IMAP server and CM kept hanging. If I understand your problem correctly you have multiple mail accounts, probably the one supplied by your ISP and one from MSN tied to a windows installation. If that is the case, the simplest solution is to forward the mail arriving in to your MSN to the mail account supplied to you by your ISP. That way you can just use the ISPs IMAP server to get all your mail. Don't forget on the forwarding setting in MSN to deleted the original message once forwarded, unless you want a back up. You should end up with no duplicates then. The problem with using a filter to delete duplicate messages from multiple sources is the only part that will be the same is the body, the headers will be different, only the size of the body will be the same, but only listed in the headers by size. So you could end up deleting wanted messages just if the message size was the same. Hence to compare to files, just the body of the message, you need to check it bit by bit, the unix/linux CLI utility for that is "diff" There are two other utilities you need to use, SED and AWK for cutting and selecting parts of the message including the headers. Google for tutorials on SED and AWK. Mastering those will enable you to do a lot. Also look at tutorials on GREP. Another example of duplicate messages with different senders, applies to most of the SPAM received, identical message bodies. So although you can externally filter messages to find duplicate message bodies, its more efficient to stop the duplicates at source. I've tried Chris to put this as simply as I can so you can understand it. No doubt another wasp will fly up someones lederhosen and produce another page of criticism. HTH -- Best wishes /73 Richard Bown Email : rich...@g8jvm.com HTTP : http://www.g8jvm.com ###################################################################### Ham Call: G8JVM . QRV: 50-432 MHz + Microwave Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W QRV 6mtrs 200W, 4mtrs 150W, 2mtrs 300W, 70cms 200W, Microwave 1296MHz 140W, 2320MHz 100W & 10368MHz 5W OS: Linux Mint 19 x86_64 Tara, on a Dell Inspiron N5030 laptop ###################################################################### _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list