]> git.deb.at Git - pkg/t-prot.git/blob - contrib/README.patches
492c756792c41e66d3ad8b74d6c33ebb2377522d
[pkg/t-prot.git] / contrib / README.patches
1 t-prot-*-debug.diff
2 ===================
3 With this patch applied t-prot dumps a lot of debugging output to
4 "/tmp/t-prot-d_$PID_*".
5 You might want to use the command line parameter "--debugpath" to change
6 the storage location for this data, so the data (which contains the
7 entire message you process) will not be stored where other users have
8 read/write permissions (which would otherwise compromise confidential
9 messages you might process).
10 Please be careful not to apply this patch for daily use. It is solely
11 intended for easier providing debug data when reporting bugs to the
12 t-prot team (if you encounter any bugs, please drop a message to
13 <t-prot@tolot.escape.de> -- thanks!).
14
15
16 t-prot-*-ftr.diff
17 =================
18 With this patch applied t-prot makes footer detection really greedy: We
19 assume that commercial email providers aren't even frightened to append
20 changing texts *under* their ads which are appended to the message body.
21 Because these texts even have changing *lengths* we simply detect the
22 lines of the footer *anywhere* in the body of the message and assume that
23 everything below belongs to the footer. (Man, if life where always that
24 easy! ;) 
25 With this patch even GMX ads should be easy to hide -- you buy this with
26 a slight performance hit (which is the reason the patch hasn't made it
27 into the vanilla tree yet), and with the possibility that sometimes the
28 algorithm is just a little *too* greedy.
29