summaryrefslogtreecommitdiffstats
path: root/usr/local/share/protocols/biff.pat
blob: 7df399aaf91febf166612c568806ab674658eeef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Biff - new mail notification 
# Pattern attributes: good veryfast fast undermatch overmatch
# Protocol groups: mail
# Wiki: http://www.protocolinfo.org/wiki/Biff
#
# 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