1 | protected static URL websiteURL;↵ | | 1 | protected static URL websiteURL;↵
|
|
2 | static {↵ | | 2 | static {↵
|
3 | try {↵ | | 3 | try {↵
|
4 | websiteURL = new URL("http://www.spamassassin.org/");↵ | | 4 | websiteURL = new URL("http://www.spamassassin.org/");↵
|
5 | } catch (MalformedURLException mue) {↵ | | 5 | } catch (MalformedURLException mue) {↵
|
6 | }↵ | | 6 | }↵
|
7 | //does not happen↵ | | 7 | //does not happen↵
|
8 | }↵ | | 8 | }↵
|
|
9 | File defaultLinux = new File("/usr/bin/sa-learn");↵ | | 9 | File defaultLinux = new File("/usr/bin/spamassassin");↵
|
10 | File defaultLocalLinux = new File("/usr/local/bin/sa-learn");↵ | | 10 | File defaultLocalLinux = new File("/usr/local/bin/spamassassin");↵
|
|
11 | public SALearnExternalToolPlugin() {↵ | | 11 | public SpamAssassinExternalToolPlugin() {↵
|
12 | super(); | | 12 | super();
|