summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 845e6ed9a..f88347f13 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1433,7 +1433,7 @@ sub RemoveVotes {
if (Param('sendmailnow')) {
$sendmailparm = '';
}
- if (open(SENDMAIL, "|/usr/lib/sendmail $sendmailparm -t")) {
+ if (open(SENDMAIL, "|/usr/lib/sendmail $sendmailparm -ti")) {
my %substs;
$substs{"to"} = $name;