about Body Mangling [message #9764] |
Sat, 19 April 2003 08:59 |
redhat71
Messages: 32 Registered: February 2003
Karma: 0
|
Member |
|
|
when the part i want to remove is very long, for example:
========================================================
NEWSLETTER AND NEWSLETTER SUBSCRIPTION HELP
If you cannot "click" on the links in this newsletter, please try
copying the complete url into an open browser window's address bar.
bla bla bla
========================================================
is there a way to tell it to remove all the stuff begins from "NEWSLETTER AND NEWSLETTER SUBSCRIPTION HELP", till the end of the mail ?
thanks
|
|
|
Re: about Body Mangling [message #9852 is a reply to message #9764] |
Sat, 03 May 2003 02:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Use the wonders of regular expression, for example:
========================================================
NEWSLETTER AND NEWSLETTER SUBSCRIPTION HELP.*$
FUDforum Core Developer
|
|
|
|
Re: about Body Mangling [message #9858 is a reply to message #9853] |
Sat, 03 May 2003 17:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I'll be rewriting the NNTP and mailing list code for 2.5.0, shortly, so I'll make sure to ensure that subject/body mangling is working properly. At the moment, I'll assume that if it does not work, it means that the replacment code has a bug.
FUDforum Core Developer
|
|
|