File: control

package info (click to toggle)
vrfy 990522-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 368 kB
  • sloc: ansic: 3,595; makefile: 156; sh: 1
file content (31 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: vrfy
Section: mail
Priority: optional
Maintainer: Pedro Loami Barbosa dos Santos <pedro@loami.eng.br>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 13)
Vcs-Browser: https://salsa.debian.org/debian/vrfy/
Vcs-Git: https://salsa.debian.org/debian/vrfy.git
Rules-Requires-Root: no

Package: vrfy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: netstd (<< 3.07-3)
Description: verify electronic mail addresses
 'vrfy' is a tool to verify e-mail addresses and mailing lists.  In its
 simplest form it takes an address "user@domain", figures out the MX hosts
 for "domain", and issues the SMTP command VRFY at the primary MX host
 (optionally all), or at "domain" itself if no MX hosts exist.  Without
 "domain" it goes to "localhost".
 .
 More complex capabilities are:
  * recursively expanding forward files or mailing lists,
  * detecting mail forwarding loops,
  * understanding full-blown RFC822 address specifications,
  * syntax checking that can be carried out either locally or remotely,
  * various options provided to exploit alternative protocol suites
    if necessary, and to print many forms of verbose output.
 .
 Obvious limitations exist (mostly due to a lousy VRFY command
 implementation on some hosts), but otherwise, it works pretty well.