From 217c041b48bdd98c558abca16b41cbc7aba90661 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Apr 2009 13:48:27 +0000 Subject: [PATCH] http://bugs.cacert.org/view.php?id=651 --- CommModule/client.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommModule/client.pl b/CommModule/client.pl index 99d3d84..034ad45 100755 --- a/CommModule/client.pl +++ b/CommModule/client.pl @@ -660,7 +660,7 @@ sub sendmail($$$$$$$) #SysLog("NewSubj: --".$newsubj."--\n") if($debug); $newsubj=~s/\n*$//; #SysLog("NewSubj: --".$newsubj."--\n") if($debug); - print $smtp trim($subject)=~m/[^a-zA-Z0-9 ,.\[\]-]/?"Subject: =?utf-8?B?$newsubj?=\r\n":"Subject: $subject\r\n"; + print $smtp trim($subject)=~m/[^a-zA-Z0-9 ,.\[\]\/-]/?"Subject: =?utf-8?B?$newsubj?=\r\n":"Subject: $subject\r\n"; print $smtp "Mime-Version: 1.0\r\n"; if($extra eq "") {