mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

Notable differences: - Removed SMTP::MD5 notice. - Removed ability to specify mime entity excerpt length per mime-type.
11 lines
442 B
Text
11 lines
442 B
Text
# @TEST-EXEC: bro -r $TRACES/smtp.trace %INPUT
|
|
# @TEST-EXEC: btest-diff smtp_entities.log
|
|
# @TEST-EXEC: btest-diff smtp-entity-cwR7l6Zctxb-0.dat
|
|
# @TEST-EXEC: btest-diff smtp-entity-Ltd7QO7jEv3-1.dat
|
|
# @TEST-EXEC: bro -r $TRACES/smtp.trace %INPUT SMTP::extraction_prefix="test"
|
|
# @TEST-EXEC: test -e test-cwR7l6Zctxb-0.dat
|
|
# @TEST-EXEC: test -e test-Ltd7QO7jEv3-1.dat
|
|
|
|
@load base/protocols/smtp
|
|
|
|
redef SMTP::extract_file_types=/text\/plain/;
|