FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Signature seperator wrong...
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Signature seperator wrong... [message #33825] Fri, 22 September 2006 18:45 Go to next message
pssc is currently offline  pssc   United Kingdom
Messages: 6
Registered: September 2006
Karma: 0
Junior Member
--- imsg_edt.inc.t.bak 2006-09-22 19:37:50.287287000 +0100
+++ imsg_edt.inc.t 2006-09-22 19:37:59.755214000 +0100
@@ -494,7 +494,7 @@
fud_use('email_msg_format.inc', 1);

$from = $mtf->poster_id ?
reverse_fmt($mtf->real_name).' <'.$mtf->email.'>' : $GLOBALS['ANON_NICK'].'
<'.$GLOBALS['NOTIFY_FROM'].'>';
- $body = $mtf->body . (($mtf->msg_opt & 1 && $mtf->sig)
? "\n--\n" . $mtf->sig : '');
+ $body = $mtf->body . (($mtf->msg_opt & 1 && $mtf->sig)
? "\n-- \n" . $mtf->sig : '');
$body = plain_text($body, '{TEMPLATE:
post_html_quote_start_p1}', '{TEMPLATE: post_html_quote_start_p2}', '{TEMPLATE:
post_html_quote_end}');
$mtf->subject = reverse_fmt($mtf->subject);

Re: Signature seperator wrong... [message #33826 is a reply to message #33825] Fri, 22 September 2006 20:31 Go to previous messageGo to next message
Ilia is currently offline  Ilia   United States
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What is the extra space for?

FUDforum Core Developer
Re: Signature seperator wrong... [message #33837 is a reply to message #33826] Sat, 23 September 2006 08:29 Go to previous messageGo to next message
pssc is currently offline  pssc   United Kingdom
Messages: 6
Registered: September 2006
Karma: 0
Junior Member
The the convention is "-- " most of the news readers have been
using this for earys notiblity OE got it wrong for years i think its better now...

See secrion '4.3 Usenet Signature Convention'

http://community.roxen.com/developers/idocs/rfc/rfc3676.html


http://www.usenet.org.uk/ukpost.html#ss4.3

Phill
Re: Signature seperator wrong... [message #33843 is a reply to message #33837] Sat, 23 September 2006 19:19 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Aha I see, I was unaware of the signature recommendation for NNTP. The patch was applied, thanks.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: File attachments and deleted messages
Next Topic: deleting list items in listmaker with IE
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 21 14:47:15 GMT 2024

Total time taken to generate the page: 0.02141 seconds