summaryrefslogtreecommitdiffstats
path: root/src/usr/local/share/protocols/biff.pat
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/share/protocols/biff.pat')
-rw-r--r--src/usr/local/share/protocols/biff.pat16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/usr/local/share/protocols/biff.pat b/src/usr/local/share/protocols/biff.pat
new file mode 100644
index 0000000..91e8bbf
--- /dev/null
+++ b/src/usr/local/share/protocols/biff.pat
@@ -0,0 +1,16 @@
+# Biff - new mail notification
+# Pattern attributes: good fast fast undermatch overmatch
+# Protocol groups: mail
+# Wiki: http://www.protocolinfo.org/wiki/Biff
+# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
+#
+# Usually runs on port 512
+#
+# This pattern is completely untested.
+
+biff
+# This is a rare case where we will specify a $ (end of line), since
+# this is the entirety of the communication.
+# something that looks like a username, an @, a number.
+# won't catch usernames that have strange characters in them.
+^[a-z][a-z0-9]+@[1-9][0-9]+$
OpenPOWER on IntegriCloud