Rev 61 | Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 61 | Rev 68 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | Source: libspf2 |
1 | Source: libspf2 |
| 2 | Priority: optional |
2 | Priority: optional |
| 3 | Section: libs |
3 | Section: libs |
| 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev |
5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev, |
| - | 6 | perl, libstring-escape-perl |
|
| 6 | Standards-Version: 3.8.3 |
7 | Standards-Version: 3.8.3 |
| 7 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
8 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
| 8 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
9 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
| 9 | Homepage: http://www.libspf2.org/ |
10 | Homepage: http://www.libspf2.org/ |
| 10 | 11 | ||
| Line 59... | Line 60... | ||
| 59 | prevents email forgery, commonly used by spammers, scammers and email |
60 | prevents email forgery, commonly used by spammers, scammers and email |
| 60 | viruses/worms. |
61 | viruses/worms. |
| 61 | . |
62 | . |
| 62 | This package contains simple utilities that use libspf2 to test and |
63 | This package contains simple utilities that use libspf2 to test and |
| 63 | query SPF records. |
64 | query SPF records. |
| - | 65 | ||
| - | 66 | Package: libmail-spf-xs-perl |
|
| - | 67 | Section: perl |
|
| - | 68 | Architecture: any |
|
| - | 69 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
|
|
| - | 70 | Description: library for validating mail senders with SPF - Perl bindings |
|
| - | 71 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
|
| - | 72 | protocol pair. libspf2 is a library which allows email systems such |
|
| - | 73 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
|
| - | 74 | records and make sure that the email is authorized by the domain name |
|
| - | 75 | that it is coming from. This prevents email forgery, commonly used by |
|
| - | 76 | spammers, scammers and email viruses/worms. |
|
| - | 77 | . |
|
| - | 78 | This package provides an XS module for using libspf from Perl programs. |
|