https://bugs.koozali.org/show_bug.cgi?id=11734

--- Comment #4 from John Crisp <[email protected]> ---
What did the log say??

* definitely does not work.

Each of the if statements in the plugin can have a logging message added eg

    if ($bad !~ m/\@/) {
        $self->log(LOGWARN, "badmailfrom: bad config: no \@ sign in $bad");
        return;
    } else {
         $self->log(LOGWARN, "badmailfrom: bad config passed @ check for IP
$bad");
    }

Or similar.

You can do that to debug. It will log vars for you too.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to