Mailing List Archive

[Spamassassin Wiki] Update of "AuthzUserPlugin" by MichaelParker
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by MichaelParker:
http://wiki.apache.org/spamassassin/AuthzUserPlugin

------------------------------------------------------------------------------
= The AuthzUser Plugin =

- This SpamAssassin plugin module allows you to use a standard HTGroup file to control access to certain services via the services_allowed_for_username plugin hook.
+ This SpamAssassin plugin module allows you to use a standard HTGroup file to control access to certain services via the services_authorized_for_username plugin hook.

This is a sample plugin, it may not work at all, so buyer beware.

@@ -39, +39 @@


This SpamAssassin plugin module allows you to use a standard HTGroup
file to control access to certain services via the
- services_allowed_for_username plugin hook.
+ services_authorized_for_username plugin hook.

=head1 WARNING

@@ -89, +89 @@

return 0;
}

- sub services_allowed_for_username {
+ sub services_authorized_for_username {
my ($self, $options) = @_;

my $username = $options->{username};