From 9bc8cf2e9866393470cdb76a2af39d63f4246204 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 3 Oct 2015 10:18:07 +0000 Subject: mda: support a 'filter=scrub' option for external lists For list where we are not the primary archival entry point, defaulting to filter=scrub makes sense since their list conventions may be more tolerant of HTML and other crap than we are. --- lib/PublicInbox/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm index 315d788b..0d73a867 100644 --- a/lib/PublicInbox/Config.pm +++ b/lib/PublicInbox/Config.pm @@ -61,7 +61,7 @@ sub lookup { defined $pfx or return; my %rv; - foreach my $k (qw(mainrepo address)) { + foreach my $k (qw(mainrepo address filter)) { my $v = $self->{"$pfx.$k"}; $rv{$k} = $v if defined $v; } -- cgit v1.2.3-24-ge0c7