Subversion Repositories

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

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