NAME
Sietima::Role::AvoidDups - prevent people from receiving the same message multiple times
VERSION
version 1.1.2
SYNOPSIS
my $sietima = Sietima->with_traits('AvoidDups')->new(\%args);
DESCRIPTION
A Sietima
list with this role applied will not send a message to a subscriber, if that subscriber is already mentioned in the To:
or Cc:
header fields, because they can be assumed to be already receiving the message directly from the sender.
MODIFIED METHODS
subscribers_to_send_to
Filters out subscribers that match the addresses in the To:
or Cc:
headers of the incoming email.
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.