summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/whine.pl b/whine.pl
index 0c8815368..b001957dd 100755
--- a/whine.pl
+++ b/whine.pl
@@ -404,7 +404,7 @@ sub mail {
# now produce a ready-to-mail mime-encoded message
- $args->{'boundary'} = "-----=====-----" . $$ . "--" . time() . "-----";
+ $args->{'boundary'} = "----------" . $$ . "--" . time() . "-----";
$template->process("whine/multipart-mime.txt.tmpl", $args, \$msg)
or die($template->error());