From 84d811cfb3a0c8724c52ce485402e4586d5c9e04 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Oct 2019 10:45:21 +0000 Subject: filter/base: remove MAX_MID_SIZE constant We don't need it in the filter, here, since we have one in the MDA package. --- lib/PublicInbox/Filter/Base.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/Filter/Base.pm') diff --git a/lib/PublicInbox/Filter/Base.pm b/lib/PublicInbox/Filter/Base.pm index 052cd332..7a0c720f 100644 --- a/lib/PublicInbox/Filter/Base.pm +++ b/lib/PublicInbox/Filter/Base.pm @@ -6,7 +6,6 @@ package PublicInbox::Filter::Base; use strict; use warnings; use PublicInbox::MsgIter; -use constant MAX_MID_SIZE => 244; # max term size - 1 in Xapian sub No ($) { "*** We only accept plain-text mail, No $_[0] ***" } -- cgit v1.2.3-24-ge0c7