https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6867
John Hardin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from John Hardin <[email protected]> --- (In reply to comment #1) > Your idea seems in-line with the Comment TO-DO above. Other than editing > that comment, seems like a worthwhile plan I think that comment is more directed at setting $dateline{$file} than $time{$file} so I don't feel that altering the comment is appropriate for this particular change. I would need to dig more deeply to understand how $dateline{$file} is being used before changing any of that coding or that comment. > though I don't know the input > format exactly to know if your parsing will work. mass-check sets the Date: value using this: my $isowhen = strftime("%Y%m%dT%H%M%SZ", gmtime(time)); # better Which is an invariant locale-independent format. -- You are receiving this mail because: You are the assignee for the bug.
