Customising the cgi interface ----------------------------- The cgi interface uses html templates which are stored into '/usr/share/dspam/templates'. If you want to change them, copy '/usr/share/dspam/upstream-templates' to another place (like '/usr/share/dspam/yoursite-templates') and change the configuration file '/etc/dspam/webfrontend.conf' : replace the value of $CONFIG{'TEMPLATES'} ('/usr/share/dspam/upstream-templates') by your new template directory. Then you can start to customize you templates. It is recommended to create new css and images to prevent a package update to replace your modified file by new upstream ones. The pkg-dspam team