aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-06-19 19:55:38 -0400
committerBrian Cully <bjc@kublai.com>2022-06-19 19:56:37 -0400
commitf2820a509d91061b65fa32ec4e647cbd29760195 (patch)
tree7685f169b96a6b279c910e0021ca38538a124f9b /bin
parente8235e7264e467f6dd64587fbd26faad2f74cbbc (diff)
downloadspamcat-f2820a509d91061b65fa32ec4e647cbd29760195.tar.gz
spamcat-f2820a509d91061b65fa32ec4e647cbd29760195.zip
Change to filter style from pipe.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spamcat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spamcat b/bin/spamcat
index 9af410d..dbe9ea7 100755
--- a/bin/spamcat
+++ b/bin/spamcat
@@ -108,5 +108,5 @@ if ($#ARGV >= 0) {
pod2usage(1);
}
} else {
- $sch->deliver;
+ $sch->filter;
}