trim whitespace from subject line when posting.

This commit is contained in:
Retro_Guy 2024-11-07 03:38:18 -07:00
parent 01d71b5646
commit 1b71bd16c6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ $max_followupto = 1;
// Check some header strings for bad characters
$newsgroups = sanitize_header($newsgroups);
$subject = sanitize_header($subject);
$subject = trim(sanitize_header($subject));
$email = sanitize_header($email);
// Load name from cookies