Remove example redef of SMTP::entity_excerpt_len from local.bro.

This commit is contained in:
Jon Siwek 2011-12-01 09:31:38 -06:00
parent f6494a09c9
commit 14c1d2ae1f

View file

@ -62,12 +62,3 @@ redef signature_files += "frameworks/signatures/detect-windows-shells.sig";
@load protocols/http/detect-MHR
# Detect SQL injection attacks
@load protocols/http/detect-sqli
# Uncomment this redef if you want to extract SMTP MIME entities for
# some file types. The numbers given indicate how many bytes to extract for
# the various mime types.
@load base/protocols/smtp/entities-excerpt
redef SMTP::entity_excerpt_len += {
# ["text/plain"] = 1024,
# ["text/html"] = 1024,
};