aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sietima.pm')
-rw-r--r--lib/Sietima.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm
index 32b2227..52473f9 100644
--- a/lib/Sietima.pm
+++ b/lib/Sietima.pm
@@ -54,6 +54,8 @@ adds C<List-*> headers to all outgoing messages
specifies that to (un)subscribe, people should write to the list owner
= L<< C<NoMail>|Sietima::Role::NoMail >>
avoids sending messages to subscribers who don't want them
+= L<< C<NoSpoof>|Sietima::Role::NoSpoof >>
+replaces the C<From> address with the list's own address
= L<< C<ReplyTo>|Sietima::Role::ReplyTo >>
optionally sets the C<Reply-To> header to the mailing list address
= L<< C<SubjectTag>|Sietima::Role::SubjectTag >>
@@ -95,7 +97,7 @@ 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, %other_attributes }
+ { primary => $string, %other_attributes }
The base Sietima class only uses the address of subscribers, but some
roles use the other attributes (L<< C<NoMail>|Sietima::Role::NoMail