Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 32 | Rev 38 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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