Rev 32 | Rev 38 | 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> |
22 | magnus | 5 | Build-Depends: debhelper (>= 4.1.16), links, exim4-dev |
6 | magnus | 6 | Standards-Version: 3.7.2 |
33 | magnus | 7 | XS-Vcs-Svn: svn://svn.kibibyte.se/sa-exim/trunk |
8 | XS-Vcs-Browser: http://svn.kibibyte.se/sa-exim |
||
1 | magnus | 9 | |
10 | Package: sa-exim |
||
11 | Architecture: any |
||
32 | magnus | 12 | Depends: ${exim:Depends}, spamc, ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0 |
6 | magnus | 13 | Recommends: ${perl:Depends} |
14 | Suggests: spamassassin |
||
1 | magnus | 15 | Description: Use spamAssassin at SMTP time with the Exim v4 MTA |
16 | SA-Exim lets you use spamAssassin at SMTP time with the Exim |
||
17 | v4 MTA, which enables you to do many things with incoming Emails, |
||
18 | including refusing them before they come in, or even teergrubing the |
||
19 | sender (i.e. slowing him down, by tying his resources) |
||
20 | . |
||
33 | magnus | 21 | Homepage: http://marc.merlins.org/linux/exim/sa.html |
6 | magnus | 22 | . |
23 | Note: Most of the functionality of this package can also be achieved |
||
24 | using the exiscan ACL conditions built into the "heavy" Exim daemon, |
||
25 | exim-daemon-heavy. You should use this package if: |
||
26 | . |
||
27 | * you want to use SpamAssassin's report_safe feature, or |
||
28 | * you want easier control over the header fields added, without using |
||
29 | the report template to add multiple fields. |