aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sietima.pm')
-rw-r--r--lib/Sietima.pm10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm
index 586c9a4..d30be2b 100644
--- a/lib/Sietima.pm
+++ b/lib/Sietima.pm
@@ -14,7 +14,7 @@ use Email::Address;
use namespace::clean;
with 'MooX::Traits';
-our $VERSION = '1.1.0'; # VERSION
+our $VERSION = '1.1.1'; # VERSION
# ABSTRACT: minimal mailing list manager
@@ -145,7 +145,7 @@ Sietima - minimal mailing list manager
=head1 VERSION
-version 1.1.0
+version 1.1.1
=head1 SYNOPSIS
@@ -195,6 +195,10 @@ specifies that to (un)subscribe, people should write to the list owner
avoids sending messages to subscribers who don't want them
+=item L<< C<NoSpoof>|Sietima::Role::NoSpoof >>
+
+replaces the C<From> address with the list's own address
+
=item L<< C<ReplyTo>|Sietima::Role::ReplyTo >>
optionally sets the C<Reply-To> header to the mailing list address
@@ -238,7 +242,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