Mailman: don't log disallowed host errors
This commit is contained in:
parent
e8bbcb7a59
commit
8bb834ccaa
2 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,7 @@
|
|||
from django.core.exceptions import DisallowedHost
|
||||
from django.http import UnreadablePostError
|
||||
from pylibmc import Error as MemcachedError
|
||||
|
||||
EXCLUDED = (
|
||||
DisallowedHost,
|
||||
UnreadablePostError,
|
||||
MemcachedError,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue