For whatever reason, when the rebuild log is emailed to me (which I'm
doing only during this testing phase), lines which have a return in
the middle of their content (\n) are having those lines removed by
Outlook.  "Extra line breaks in this message were removed."

Instead of having lines like:
Do Not Collect Messages with RedListed address: Enabled
**Messages with RedListed addresses will be removed from the corpus!**

I see
Do Not Collect Messages with RedListed address: Enabled **Messages
with RedListed addresses will be removed from the corpus!**


Examples are (from 2.0.1 rc 0.5.09) lines
38160-1

38165-6

It seems that
        &rb_printlog(
            "Do Not Collect Messages with RedListed address:
Enabled\n**Messages with RedListed addresses will be removed from the
corpus!**\n\n"

isn't liked by Outlook.  I really don't understand why this is
happening, but changing this to two rb_printlog lines should work:
        &rb_printlog(
            "Do Not Collect Messages with RedListed address: Enabled\n");
$rb_printlog("**Messages with RedListed addresses will be removed from
the corpus!**\n\n")

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to