[% USE Master; USE CPBranding; SET CPANEL.CPVAR.dprefix = '../../'; SET feature_spam_assassin = !CONF.skipspamassassin && CPANEL.feature("spamassassin"); SET feature_spam_box = !CONF.skipspambox && CPANEL.feature("spambox"); %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = 'apache_spam_assassin' feature = '' include_legacy_stylesheets = 0 include_legacy_scripts = 0 include_cjt = 0 use_master_bootstrap = 0 page_stylesheets = [ 'mail/spam/index.css', "css/angular-chosen-spinner.css", "libraries/chosen/1.5.1/chosen.min.css" ] page_js = js_code -%] [% IF feature_spam_assassin ## %]

[% locale.maketext("Manage the settings for the spam filters (powered by Apache SpamAssassin™) for your email accounts. Identify unsolicited bulk email, more commonly known as spam, and send it to a separate folder (Spam Box) or automatically delete it (Auto-Delete) from your email account. For more information, read the [output,url,_1,_2] documentation.", 'http://spamassassin.apache.org', 'Apache SpamAssassin') %]

[% PROCESS '_assets/cjt2_header_include.tt' %] [% BLOCK js_block %] [% END #js_block %] [% ELSE ## -%]
[% locale.maketext('This feature is not enabled.') %]
[% END ## -%] [% END #wrapper -%]