Rev 95 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 95 | Rev 104 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
33 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
| 34 | records and make sure that the email is authorized by the domain name |
34 | records and make sure that the email is authorized by the domain name |
| 35 | that it is coming from. This prevents email forgery, commonly used by |
35 | that it is coming from. This prevents email forgery, commonly used by |
| 36 | spammers, scammers and email viruses/worms. |
36 | spammers, scammers and email viruses/worms. |
| 37 | 37 | ||
| 38 | Package: libspf2-2-dbg |
- | |
| 39 | Section: debug |
- | |
| 40 | Priority: extra |
- | |
| 41 | Architecture: any |
- | |
| 42 | Depends: libspf2-2 (= ${binary:Version}) | spfquery (= ${binary:Version}),
|
- | |
| 43 | ${misc:Depends}
|
- | |
| 44 | Description: library for validating mail senders with SPF (debugging symbols) |
- | |
| 45 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
- | |
| 46 | protocol pair. |
- | |
| 47 | . |
- | |
| 48 | This package contains the debugging symbols. |
- | |
| 49 | - | ||
| 50 | Package: spfquery |
38 | Package: spfquery |
| 51 | Section: mail |
39 | Section: mail |
| 52 | Architecture: any |
40 | Architecture: any |
| 53 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
41 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 54 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
42 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
| Line 63... | Line 51... | ||
| 63 | This package contains simple utilities that use libspf2 to test and |
51 | This package contains simple utilities that use libspf2 to test and |
| 64 | query SPF records. |
52 | query SPF records. |
| 65 | 53 | ||
| 66 | Package: libmail-spf-xs-perl |
54 | Package: libmail-spf-xs-perl |
| 67 | Section: perl |
55 | Section: perl |
| 68 | Priority: extra |
- | |
| 69 | Architecture: any |
56 | Architecture: any |
| 70 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
|
57 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
|
| 71 | Description: library for validating mail senders with SPF - Perl bindings |
58 | Description: library for validating mail senders with SPF - Perl bindings |
| 72 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
59 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
| 73 | protocol pair. libspf2 is a library which allows email systems such |
60 | protocol pair. libspf2 is a library which allows email systems such |