Hi,
my rc-0.1beta has the annoying problem of truncating the 'quoted' part of a message that I reply to after a '!'. You should see be able to reproduce this quite easily - just hit reply to this message, and everything after a !!! will be missing in the quoted message. Magic_quotes==off on my server.
Auke
sofar wrote:
Hi,
my rc-0.1beta has the annoying problem of truncating the 'quoted' part of a message that I reply to after a '!'. You should see be able to reproduce this quite easily - just hit reply to this message, and everything after a !!! will be missing in the quoted message. Magic_quotes==off on my server.
Works fine on mine (0.1beta) "default" apache config on FC4. I expect magic quotes is still on.
On Mon, 20 Mar 2006 00:35:11 +0000, Dean Earley dean@earlsoft.co.uk wrote:
sofar wrote:
Hi,
my rc-0.1beta has the annoying problem of truncating the 'quoted' part of a message that I reply to after a '!'. You should see be able to reproduce this quite easily - just hit reply to this message, and everything after a !!! will be missing in the quoted message. Magic_quotes==off on my server.
Works fine on mine (0.1beta) "default" apache config on FC4. I expect magic quotes is still on.
$ grep magic_quotes /etc/php.ini
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
and it seems to be intermittent - but really I am not seeing ghosts - I have today seen two e-mails that magically were truncated at an '!' character when I hit the reply button - firefox 1.5.0.1/ Linux.
Auke