mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
11 lines
434 B
Text
11 lines
434 B
Text
# @TEST-EXEC: bro -r $TRACES/smtp.trace %INPUT
|
|
# @TEST-EXEC: btest-diff smtp_entities.log
|
|
# @TEST-EXEC: btest-diff smtp-entity-cwR7l6Zctxb.dat
|
|
# @TEST-EXEC: btest-diff smtp-entity-Ltd7QO7jEv3.dat
|
|
# @TEST-EXEC: bro -r $TRACES/smtp.trace %INPUT SMTP::extraction_prefix="test"
|
|
# @TEST-EXEC: test -e test-cwR7l6Zctxb.dat
|
|
# @TEST-EXEC: test -e test-Ltd7QO7jEv3.dat
|
|
|
|
@load base/protocols/smtp
|
|
|
|
redef SMTP::extract_file_types=/text\/plain/;
|