From v@asch.cz Thu Aug 2 10:47:12 2012 From: v@asch.cz (Vojtech Aschenbrenner) Date: Thu, 02 Aug 2012 12:47:12 +0200 Subject: [sup-talk] Detection of messages with Fake Sender Message-ID: <1343904276-sup-842@x220> Hello folks. Is there any convenient way to detect, which messages has sender marked as "Sup Auto-generated Fake Sender" so I can delete them manually from filesystem? I think, that it could be some old encrypted messages for which I don't have a key anymore or some corrupted messages. When I display detailed header there is a exception: /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/index.rb:803:in `index_text' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/index.rb:684:in `index_message_static' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/index.rb:645:in `sync_message' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/util.rb:609:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/poll.rb:169:in `block in poll_from' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/maildir.rb:106:in `block (2 levels) in poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/maildir.rb:105:in `each' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/maildir.rb:105:in `each_with_index' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/maildir.rb:105:in `block in poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/maildir.rb:90:in `each' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/maildir.rb:90:in `poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/poll.rb:155:in `poll_from' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/util.rb:609:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup-sync:123:in `block in ' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup-sync:118:in `each' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup-sync:118:in `' /usr/bin/sup-sync:19:in `load' /usr/bin/sup-sync:19:in `
' I can't identify these messages, any suggestions? Regards, Vojtech. From v@asch.cz Fri Aug 3 11:49:02 2012 From: v@asch.cz (Vojtech Aschenbrenner) Date: Fri, 03 Aug 2012 13:49:02 +0200 Subject: [sup-talk] Detection of messages with Fake Sender In-Reply-To: <1343904276-sup-842@x220> References: <1343904276-sup-842@x220> Message-ID: <1343994446-sup-8999@x220> Excerpts from Vojtech Aschenbrenner's message of 2012-08-02 12:47:12 +0200: > Hello folks. > > Is there any convenient way to detect, which messages has sender marked > as "Sup Auto-generated Fake Sender" so I can delete them manually from > filesystem? I think, that it could be some old encrypted messages for > which I don't have a key anymore or some corrupted messages. When I > display detailed header there is a exception: Already solved. I didn't find a solution with sup-sync to report a bad message so I wrote a script to detect corrupted raw message.