SMTP does not need to pull in the notice framework.

This caused test baseline changes in one of the test: notice now ties in
netcontrol due to ACTION_DROP. Catch and release uses the new_connection
event, which was not before triggered and can cause uids to be generated
for connections that are not usually assigned uids in bare mode.
This commit is contained in:
Johanna Amann 2016-06-23 13:07:31 -07:00
parent f1267b0b94
commit 743d4672bd
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,3 @@
@load base/frameworks/notice
@load base/utils/addrs
@load base/utils/directions-and-hosts
@load base/utils/email

View file

@ -1,6 +1,7 @@
##! Watch for various SPAM blocklist URLs in SMTP error messages.
##! Watch for various SPAM blocklist URLs in SMTP error messages.
@load base/protocols/smtp
@load base/frameworks/notice
module SMTP;