1 |
gregoa |
123 |
Source: fullquottel |
2 |
|
|
Section: mail |
3 |
|
|
Priority: optional |
4 |
|
|
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at> |
5 |
|
|
Build-Depends: debhelper (>= 5.0.0), autotools-dev |
6 |
|
|
Standards-Version: 3.6.2 |
7 |
|
|
|
8 |
|
|
Package: fullquottel |
9 |
|
|
Architecture: any |
10 |
|
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
11 |
|
|
Suggests: mailtextbody |
12 |
gregoa |
173 |
Description: Tool for recognizing mails/postings in "TOFU" (top-posting) style |
13 |
|
|
TOFU is an acronym for "Text oben, Fullquote unten" (German) or |
14 |
|
|
"text over, fullquote under" (English), also known as top-posting or |
15 |
|
|
jeopardy-style quoting; i.e. writing one's own text above the fully |
16 |
|
|
quoted original message in replies to mails or newsgroup posts. |
17 |
|
|
. |
18 |
|
|
fullquottel performs several tests to decide whether the mail is a "TOFU" |
19 |
|
|
mail or not. Each test produces a score. The final sum of the individual |
20 |
|
|
test scores is compared to a threshold. If it is above it, the mail is |
21 |
|
|
classified as TOFU mail ('Fullquottel' is returned). Further more, the |
22 |
|
|
score itself is returned as a number and as a row where each score point |
23 |
gregoa |
123 |
produces one *. Each test can be customized via a config file or on the |
24 |
|
|
command line. |
25 |
|
|
. |
26 |
|
|
Homepage: http://www.toastfreeware.priv.at/ |