Loren Wilton <lwilton <at> earthlink.net> writes: > It might be impossible on full, if the message is encoded, since full will > see the encoded text. > It may or may not be impossible on body, depending on the version you are > running and a handful of other things. > > Sometimes body gets broken up into multiple pieces, making it nearly > impossible to do anything that spans multiple lines. In HTML, a <b> will > do this, as occasionally will a <p>. In plain text, sometimes it will break > the body on multiple lines, sometimes not. > > Try the rule with /s on the end of the re. That will tend to turn newlines > into spaces.
Thanks for the info! Looks like I can get full to work. These messages are simply plain text, nigerian type spam. Maybe instead, what I should do, is create a test for double spacing in email. :)