mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
This is a module for finding a subset of RFC 822 email addresses in
|
|
arbitrary text. The addresses it finds are not guaranteed to exist or
|
|
even actually be email addresses at all, but they will be valid RFC 822
|
|
syntax.
|
|
|
|
Email::Find will perform some heuristics to avoid some of the more
|
|
obvious red herrings and false addresses, but there's only so much which
|
|
can be done without a human.
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|