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

NAME

Sietima::Role::AvoidDups - prevent people from receiving the same message multiple times

VERSION

version 1.0.4

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) 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.