View Single Post
Old 12-21-2010, 09:10 PM   #2
SteveEisenberg
Grand Sorcerer
SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.
 
Posts: 7,435
Karma: 43514536
Join Date: Jun 2008
Location: near Philadelphia USA
Device: Kindle Kids Edition, Fire HD 10 (11th generation)
For the record, I have solved this to my satisfaction. This criteria seems to isolate the useless notices for me:

strFileName = LCase(strFileName)

If (Right(strFileName, 4) = ".azw" Or Right(strFileName, 4) = ".mbp") Then
If Left(strFileName, 30) = "personal documents waiting for" Or _
Left(Right(strFileName, 22), 18) = "note-type_pdoc-v_0" Then . . .
My personal document charge limit is set to zero at amazon.com. Maybe if it was set higher, I would get different kinds of notices. Or maybe if I bought content from Amazon I would get different types of notices (I have mostly been reading Project Gutenberg books and other free content).
SteveEisenberg is offline   Reply With Quote