aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wbl/pkg-descr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-15 21:44:11 +0800
committerRenato Botelho <garga@FreeBSD.org>2006-07-15 21:44:11 +0800
commit45a599567020a58154b6d3aa894ecdbfad65ecda (patch)
tree4853e6a7bff37166a4b6249693f355e89a5b8bed /mail/wbl/pkg-descr
parenteb687e1edf2d47d226ba95123c4aacc611d32912 (diff)
downloadfreebsd-ports-gnome-45a599567020a58154b6d3aa894ecdbfad65ecda.tar.gz
freebsd-ports-gnome-45a599567020a58154b6d3aa894ecdbfad65ecda.tar.zst
freebsd-ports-gnome-45a599567020a58154b6d3aa894ecdbfad65ecda.zip
wbl is a really simple tool that can be used in a .qmail file for managing
a white/black list of email addresses. It only does one thing--it checks for entries in ~/.wbl that it uses as a regex against the From: field of an incoming email. If it matches a line with a +, it forwards the email to the white list, if it matches a line with a - it forwards the email to the blacklist. Questions, feedback, comments may be sent to the author. Author: Caskey Dickson <caskey@technocage.com> WWW: http://www.technocage.com/~caskey/wbl/
Diffstat (limited to 'mail/wbl/pkg-descr')
-rw-r--r--mail/wbl/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/wbl/pkg-descr b/mail/wbl/pkg-descr
new file mode 100644
index 000000000000..718ecad61ff5
--- /dev/null
+++ b/mail/wbl/pkg-descr
@@ -0,0 +1,11 @@
+wbl is a really simple tool that can be used in a .qmail file for managing
+a white/black list of email addresses. It only does one thing--it
+checks for entries in ~/.wbl that it uses as a regex against the From:
+field of an incoming email. If it matches a line with a +, it forwards
+the email to the white list, if it matches a line with a - it forwards
+the email to the blacklist.
+
+Questions, feedback, comments may be sent to the author.
+
+Author: Caskey Dickson <caskey@technocage.com>
+WWW: http://www.technocage.com/~caskey/wbl/