Gavin Carr wrote:
> On Thu, Aug 16, 2007 at 01:02:52PM -0700, JT Moree wrote:
>> Shouldn't the documentation for the whitelist_soft module mention that
>> it requires modifying the rest of the plugins?
>
> Yes, probably. My current dev version does say:
<snip>
That's good to hear.
I humbly request that you add a little more information so the next
person that runs into my situation can follow instructions instead of
asking the list. Perhaps this [modified] line from your email?
=head1 BUGS/NOTES
Cross-hook whitelisting must be specifically supported by individual
plugins. It would be nice if this was provided by the qpsmtpd core
-instead.
+instead--particularly the rcpt_ok plugin.
+
+To modify a plugin add a line such as:
+
+ return OK if $self->transaction->notes('whitelistsender');
Thank you,
--
JT Moree