aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/Role/AvoidDups.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sietima/Role/AvoidDups.pm')
-rw-r--r--lib/Sietima/Role/AvoidDups.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Sietima/Role/AvoidDups.pm b/lib/Sietima/Role/AvoidDups.pm
index 964c413..ac633c0 100644
--- a/lib/Sietima/Role/AvoidDups.pm
+++ b/lib/Sietima/Role/AvoidDups.pm
@@ -19,6 +19,13 @@ message to a subscriber, if that subscriber is already mentioned in
the C<To:> or C<Cc:> header fields, because they can be assumed to be
already receiving the message directly from the sender.
+=head1 MODIFIED METHODS
+
+=head2 C<subscribers_to_send_to>
+
+Filters out subscribers that L<match|Sietima::Subscriber/match> the
+addresses in the C<To:> or C<Cc:> headers of the incoming email.
+
=cut
around subscribers_to_send_to => sub ($orig,$self,$mail) {