mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
16 lines
501 B
Plaintext
16 lines
501 B
Plaintext
# 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]+$
|