On 09.06.14 05:49, Karsten Bräckelmann wrote:
Found the culprit after some digging. Bug 6915 [1], revision 1453407. As
a band-aid, the following trivial one-line patch fixes it. Can easily be
applied manually.

can that by any chance fix problem with Date: in mail received by SSL ?
That one behaves similarly...

http://mail-archives.apache.org/mod_mbox/spamassassin-users/201401.mbox/<20140131144406.GA28818%40fantomas.sk>

Since it is kind of way past "getting late" here, and there may be other
Template Tags affected, I'll defer proper bug handling and committing
code changes for tomorrow.


--- lib/Mail/SpamAssassin/Util.pm       (revision 1601300)
+++ lib/Mail/SpamAssassin/Util.pm       (working copy)
@@ -582,6 +582,7 @@
}

sub time_to_rfc822_date {
+  my $pms = shift;
  my($time) = @_;

  my @days = qw/Sun Mon Tue Wed Thu Fri Sat/;

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Despite the cost of living, have you noticed how popular it remains?

Reply via email to