The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sietima::Role::ManualSubscription - adds standard list-related headers to messages

VERSION

version 1.0.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) 2017 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.