X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=email.php;h=c7ae44f84cf6681fb1f7a5a3186c8576fdd6fda1;hb=7b6c6ac8d6c1f53b85491ee455f2402da1d149ba;hp=585f97fa93c5248622325fc330f101ad2cf77f77;hpb=856f805c6cbb6e712c662214f3b5821442f808a0;p=wfpl.git diff --git a/email.php b/email.php index 585f97f..c7ae44f 100644 --- a/email.php +++ b/email.php @@ -41,7 +41,7 @@ function email($from, $to, $subject, $message, $reply_to = '', $cc = '', $bcc = if($to == '') { return 2; } #FIXME should allow many more characters here - $subject = ereg_replace("[^a-zA-Z0-9 _'.:-]", '_', $subject); + $subject = ereg_replace("[^a-zA-Z0-9 _#'.:&,-]", '_', $subject); $headers = "From: $from"; if($reply_to) {