about summary refs log tree commit homepage
path: root/lib/PublicInbox/ContentDigestDbg.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-04-25 10:50:51 +0000
committerEric Wong <e@80x24.org>2023-04-25 20:51:34 +0000
commitc4a87bb8552579f5414496a38bec3c3ee585c37c (patch)
tree36e5b7f02862b1ad9f43eb09da8d30b158ad48dd /lib/PublicInbox/ContentDigestDbg.pm
parentb00cfa89a6e0a9fc89aedf1a66172c4ad0566ece (diff)
downloadpublic-inbox-c4a87bb8552579f5414496a38bec3c3ee585c37c.tar.gz
Some messages only differ in the To/Cc headers because some
MTAs seem to normalize them.  I was getting confused when I
saw some /d/ endpoints with no visible differences
Diffstat (limited to 'lib/PublicInbox/ContentDigestDbg.pm')
-rw-r--r--lib/PublicInbox/ContentDigestDbg.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/ContentDigestDbg.pm b/lib/PublicInbox/ContentDigestDbg.pm
index 5de0ee8a..1e60364f 100644
--- a/lib/PublicInbox/ContentDigestDbg.pm
+++ b/lib/PublicInbox/ContentDigestDbg.pm
@@ -1,6 +1,5 @@
 # Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-# only loaded in lei
 package PublicInbox::ContentDigestDbg; # cf. PublicInbox::ContentDigest
 use v5.12;
 use Data::Dumper;