NAME
Sietima::Role::ManualSubscription - adds standard list-related headers to messages
VERSION
version 1.1.4
SYNOPSIS
my $sietima = Sietima->with_traits(
  'Headers',
  'ManualSubscription',
)->new({
  %args,
  owner => 'listmaster@example.com',
});
DESCRIPTION
A Sietima list with this role (and Headers) applied will add, to each outgoing message, headers specifying that to subscribe and unsubscribe, people sould email the list owner.
MODIFIED METHODS
list_addresses
This method declares two "addresses", subscribe and unsubscribe. Both are mailto: URLs for the list owner, with different subjects.
AUTHOR
Gianni Ceccarelli <dakkar@thenautilus.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Gianni Ceccarelli <dakkar@thenautilus.net>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.