Actions
Bug #39
closedDansGuardian may block deb files on content
Status:
Closed
Priority:
Normal
Assignee:
Category:
System
Target version:
Description
It may happen that Debian packages are blocked by DansGuardian because their binary content is matching a string in the weighted phrase list. To avoid this, we need to put an exception for *.deb
files in the configuration file /etc/dansguardian/lists/exceptionregexpurllist
. Just add the following lines:
# allow Debian packages \.deb$
Actions