2454aac709
with e.g. condtomaildir(1). Bump version.
6 lines
148 B
Bash
6 lines
148 B
Bash
#!@SH@
|
|
#
|
|
# example usage from .qmail:
|
|
# | condtomaildir ./Maildir/.Spam qmail-isspam-rspamd
|
|
|
|
@PREFIX@/bin/rspamc --mime | @GREP@ -q '^X-Spam: yes$'
|