add spam filter
This commit is contained in:
6
spamfilter
Executable file
6
spamfilter
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# pass mail through spam filter Bogofilter
|
||||
# arguments are passed on to sendmail
|
||||
|
||||
/usr/bin/bogofilter -p | /usr/sbin/sendmail "$@"
|
||||
Reference in New Issue
Block a user