On 2012-10-15 at 07:43 -0700, Todd Lyons wrote:
> In the end, he figured out that "address match" doesn't mean that the
> test matched, but that it was just testing it. I had him change the
> regex to noreply\..*@example.net and it started working.
>
> I wanted to make the following change below to make it more clearly
> indicate that it's performing a test, not that it's the result of a
> test. Does anybody have a complaint about this proposed simple
> change? It doesn't affect any of the test logs, stdout, or stderr.
> -DEBUG(D_lists) debug_printf("address match: subject=%s pattern=%s\n",
> +DEBUG(D_lists) debug_printf("address match test: subject=%s pattern=%s\n",
> subject, pattern);
Looks good to me. Please commit.
-Phil