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

NAME

Sietima::Role::SubscriberOnly::Drop - drop messages from non-subscribers

VERSION

version 1.1.2

SYNOPSIS

  my $sietima = Sietima->with_traits('SubscribersOnly::Drop')->new({
    %args,
  });

DESCRIPTION

A Sietima list with this role applied will silently discard every incoming email that does not come from one of the list's subscribers.

This is a "sub-role" of SubscribersOnly.

METHODS

munge_mail_from_non_subscriber

Does nothing, returns an empty list.

AUTHOR

Gianni Ceccarelli <dakkar@thenautilus.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 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.