diff options
-rw-r--r-- | lib/Sietima.pm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm index fb74bcc..f22e408 100644 --- a/lib/Sietima.pm +++ b/lib/Sietima.pm @@ -116,11 +116,13 @@ empty array. Each item can be coerced from a string or a L<< C<Email::Address> >> instance, or a hashref of the form - { address => $string, prefs => \%preferences_hash } + { address => $string, %other_attributes } -The base Sietima class does not use any per-subscriber preferences, -but some roles do (L<< C<NoMail>|Sietima::Role::NoMail >>, for -example) +The base Sietima class only uses the address of subscribers, but some +roles use the other attributes (L<< C<NoMail>|Sietima::Role::NoMail +>>, for example, uses the C<prefs> attribute, and L<< +C<SubscriberOnly> >> uses C<aliases> via L<< +C<match>|Sietima::Subscriber/match >>) =cut |