aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-02-28 12:59:16 +0000
committerdakkar <dakkar@thenautilus.net>2023-02-28 12:59:16 +0000
commitc4beb6b6d89c3c6592fcccca60af7f0711e5ca45 (patch)
tree66b0ed3d8f2d0ef939dfa6e6c4ef3ef0223c6fea /lib/Sietima.pm
parentv1.1.0 (diff)
downloadSietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.tar.gz
Sietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.tar.bz2
Sietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.zip
documentation fixes
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