Rev 6 | Rev 19 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | magnus | 1 | Source: sa-exim |
2 | Section: mail |
||
3 | Priority: optional |
||
6 | magnus | 4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
13 | magnus | 5 | Build-Depends: debhelper (>= 4.1.16), links, exim4-dev |
6 | magnus | 6 | Standards-Version: 3.7.2 |
1 | magnus | 7 | |
8 | Package: sa-exim |
||
9 | Architecture: any |
||
13 | magnus | 10 | Depends: exim4-daemon-light (>>4.30-1) | exim4-daemon-heavy (>>4.30-1) | exim4-daemon-custom (>>4.30-1), spamc, ${shlibs:Depends}, ${misc:Depends} |
6 | magnus | 11 | Recommends: ${perl:Depends} |
12 | Suggests: spamassassin |
||
1 | magnus | 13 | Description: Use spamAssassin at SMTP time with the Exim v4 MTA |
14 | SA-Exim lets you use spamAssassin at SMTP time with the Exim |
||
15 | v4 MTA, which enables you to do many things with incoming Emails, |
||
16 | including refusing them before they come in, or even teergrubing the |
||
17 | sender (i.e. slowing him down, by tying his resources) |
||
18 | . |
||
19 | Homepage: http://marc.merlins.org/linux/exim/sa.html |
||
6 | magnus | 20 | . |
21 | Note: Most of the functionality of this package can also be achieved |
||
22 | using the exiscan ACL conditions built into the "heavy" Exim daemon, |
||
23 | exim-daemon-heavy. You should use this package if: |
||
24 | . |
||
25 | * you want to use SpamAssassin's report_safe feature, or |
||
26 | * you want easier control over the header fields added, without using |
||
27 | the report template to add multiple fields. |