summaryrefslogtreecommitdiff
path: root/package/bogofilter/Config.in
blob: 922f173763edff00412c5a486f235bd60440d029 (plain)
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
config ADK_PACKAGE_BOGOFILTER
	prompt "bogofilter........................ Mail (spam) filter utility"
	tristate
	default n
	depends on ADK_CXX
	select ADK_PACKAGE_LIBDB
	select ADK_PACKAGE_LIBICONV
	help
		Filters mail, must be trained.

		http://bogofilter.sourceforge.net


config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
	prompt "include bogoutil in firmware image and package file"
	bool
	default n
	depends on ADK_PACKAGE_BOGOFILTER

config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
	prompt "include bogotune in firmware image and package file"
	bool
	default n
	depends on ADK_PACKAGE_BOGOFILTER