uribl plugin: added 'pass' prefix to log message

This commit is contained in:
Matt Simerson 2012-12-12 14:07:19 -05:00
parent 77182ec6e2
commit d06eac3dc1

View File

@ -486,7 +486,7 @@ sub data_handler {
});
unless ($queries) {
$self->log(LOGINFO, "No URIs found in mail");
$self->log(LOGINFO, "pass, No URIs found in mail");
return DECLINED;
}