Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
78 | magnus | 1 | Description: Delete references to images not distributed, and add base URL to make links work. |
2 | In particular get rid of the external SourceForce logo, which caused a privacy breach. |
||
3 | |||
4 | --- a/sa.html.template |
||
5 | +++ b/sa.html.template |
||
6 | @@ -1,6 +1,7 @@ |
||
7 | <html> |
||
8 | <head> |
||
9 | -<title>Exim SpamAssassin at SMTP time</title> |
||
10 | + <title>Exim SpamAssassin at SMTP time</title> |
||
11 | + <base href="http://marc.merlins.org/linux/exim/"> |
||
12 | </head> |
||
13 | |||
14 | <body> |
||
15 | @@ -113,7 +114,7 @@ threshold (7 for instance). After that, |
||
16 | inspect all the mails you've rejected or /dev/nulled |
||
17 | </ul> |
||
18 | |||
19 | -You can also (and probably should <img src="/gifs/people/smile.happy.gif" alt=":-)" align=TOP WIDTH=16 HEIGHT=16>) use the new greylisting support for even |
||
20 | +You can also (and probably should :-)) use the new greylisting support for even |
||
21 | better spam control |
||
22 | |||
23 | |||
24 | @@ -205,17 +206,5 @@ prefer the use of the |
||
25 | <Acknowledgements> |
||
26 | </Acknowledgements> |
||
27 | |||
28 | - |
||
29 | -<P ALIGN="center"> |
||
30 | -<img src="/gifs/lines/misc/lampline.gif" alt="" WIDTH=720 HEIGHT=14> |
||
31 | -</P> |
||
32 | -<br> |
||
33 | -<img src="/gifs/misc/wizard.gif" alt="" align="middle" WIDTH=72 HEIGHT=61> |
||
34 | -<img src="/gifs/linux/damn-powered.gif" alt="" align="right" WIDTH=170 HEIGHT=29> |
||
35 | -<IMG SRC="/gifs/icons/msfree.gif" ALT="[ms free site]" ALIGN="right" WIDTH=95 HEIGHT=31> |
||
36 | -<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=56124&type=1" width="88" height="31" border="0" align="right" alt="SourceForge.net Logo"></a> |
||
37 | -<A HREF="/perso/contact.html">Email</A><BR> |
||
38 | -<A HREF="/">Link to Home Page</A> |
||
39 | -<P> |
||
40 | </body> |
||
41 | </html> |