about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-04-05 03:17:35 +0000
committerEric Wong <normalperson@yhbt.net>2014-04-05 06:55:35 +0000
commite6c85810fc1536676fb72b4bf050aca72f0e9b10 (patch)
tree21b007a07101166e40c0cd8cef0d9aff42538d37 /lib/PublicInbox/Config.pm
parent5b5c69db66d6b33d1d53129c75800526c97b4a32 (diff)
downloadpublic-inbox-e6c85810fc1536676fb72b4bf050aca72f0e9b10.tar.gz
We will just use the fallback in Email::Filter to
reduce configuration knobs.  Failed messages are failed
messages, do not classify them beyond that.
Diffstat (limited to 'lib/PublicInbox/Config.pm')
-rw-r--r--lib/PublicInbox/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm
index b13e5cec..b6885a31 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -34,7 +34,7 @@ sub lookup {
 
         my %rv = map {
                 $_ => $self->{"$pfx.$_"}
-        } (qw(mainrepo failrepo description address));
+        } (qw(mainrepo description address));
         \%rv;
 }