[vhffs-dev] [1917] fixed signature marker RFC3676, Section 4.3 suggests "-- \n" |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1917
Author: gradator
Date: 2012-01-17 00:15:32 +0100 (Tue, 17 Jan 2012)
Log Message:
-----------
fixed signature marker RFC3676, Section 4.3 suggests "-- \n"
Modified Paths:
--------------
branches/vhffs-4.3/vhffs-listengine/src/listengine.pl
trunk/vhffs-listengine/src/listengine.pl
Modified: branches/vhffs-4.3/vhffs-listengine/src/listengine.pl
===================================================================
--- branches/vhffs-4.3/vhffs-listengine/src/listengine.pl 2012-01-03 23:19:41 UTC (rev 1916)
+++ branches/vhffs-4.3/vhffs-listengine/src/listengine.pl 2012-01-16 23:15:32 UTC (rev 1917)
@@ -653,7 +653,7 @@
# Add list's signature at the bottom of mail
if(defined(my $signature = $list->get_signature)) {
my $body = $mail->body;
- push @$body, '---'."\n".$signature."\n";
+ push @$body, '-- '."\n".$signature."\n";
}
foreach ( keys %{$subs} )
Modified: trunk/vhffs-listengine/src/listengine.pl
===================================================================
--- trunk/vhffs-listengine/src/listengine.pl 2012-01-03 23:19:41 UTC (rev 1916)
+++ trunk/vhffs-listengine/src/listengine.pl 2012-01-16 23:15:32 UTC (rev 1917)
@@ -653,7 +653,7 @@
# Add list's signature at the bottom of mail
if(defined(my $signature = $list->get_signature)) {
my $body = $mail->body;
- push @$body, '---'."\n".$signature."\n";
+ push @$body, '-- '."\n".$signature."\n";
}
foreach ( keys %{$subs} )