File: control

package info (click to toggle)
fdm 1.9%2Bgit20181219-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,108 kB
  • sloc: ansic: 15,416; yacc: 2,042; makefile: 135; awk: 52; sh: 29
file content (27 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: fdm
Section: mail
Priority: optional
Maintainer: Frank Terbeck <ft@bewatermyfriend.org>
Build-Depends: debhelper (>= 12), libssl-dev, zlib1g-dev, libpcre3-dev, libtdb-dev, bison, flex
Homepage: https://github.com/nicm/fdm
Vcs-Browser: https://github.com/ft/pkg-fdm/
Vcs-Git: https://github.com/ft/pkg-fdm.git
Standards-Version: 4.3.0

Package: fdm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: fetching, filtering and delivering emails
 fdm is a program to fetch mail and deliver it in various ways
 depending on a user-supplied ruleset. Mail may be fetched from
 stdin, IMAP or POP3 servers, or from local maildirs, and filtered
 based on whether it matches a regexp, its size or age, or the output
 of a shell command. It can be rewritten by an external process,
 dropped, left on the server or delivered into maildirs, mboxes, to a
 file or pipe, or any combination.
 .
 fdm is designed to be lightweight but powerful, with a compact but
 clear configuration syntax. It is primarily designed for single-user
 uses but may also be configured to deliver mail in a multi-user
 setup. In this case, it uses privilege separation to minimise the
 amount of code running as the root user.