aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/Role/SubscriberOnly/Moderate.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-02-28 12:59:16 +0000
committerdakkar <dakkar@thenautilus.net>2023-02-28 12:59:16 +0000
commitc4beb6b6d89c3c6592fcccca60af7f0711e5ca45 (patch)
tree66b0ed3d8f2d0ef939dfa6e6c4ef3ef0223c6fea /lib/Sietima/Role/SubscriberOnly/Moderate.pm
parentv1.1.0 (diff)
downloadSietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.tar.gz
Sietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.tar.bz2
Sietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.zip
documentation fixes
Diffstat (limited to 'lib/Sietima/Role/SubscriberOnly/Moderate.pm')
-rw-r--r--lib/Sietima/Role/SubscriberOnly/Moderate.pm10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Sietima/Role/SubscriberOnly/Moderate.pm b/lib/Sietima/Role/SubscriberOnly/Moderate.pm
index ee8d0c6..b4d144c 100644
--- a/lib/Sietima/Role/SubscriberOnly/Moderate.pm
+++ b/lib/Sietima/Role/SubscriberOnly/Moderate.pm
@@ -70,8 +70,9 @@ sub munge_mail_from_non_subscriber ($self,$mail) {
$sietima->resume($mail_id);
-Given an identifier returned when L<storing|Sietima::MailStore/store>
-an email, this method retrieves the email and re-processes it via L<<
+Given the identifier returned when
+L<storing|Sietima::MailStore/store>-ing an email, this method
+retrieves the email and re-processes it via L<<
C<ignoring_subscriberonly>|Sietima::Role::SubscriberOnly/ignoring_subscriberonly
>>. This will make sure that the email is not caught again by the
subscriber-only filter.
@@ -90,8 +91,9 @@ sub resume ($self,$mail_id) {
$sietima->drop($mail_id);
-Given an identifier returned when L<storing|Sietima::MailStore/store>
-an email, this method deletes the email from the store.
+Given the identifier returned when
+L<storing|Sietima::MailStore/store>-ing an email, this method deletes
+the email from the store.
=cut