<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d0a3542fddcb08c89db7d4491802101f3c51c9a1">https://github.com/macports/macports-ports/commit/d0a3542fddcb08c89db7d4491802101f3c51c9a1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d0a3542fddcb08c89db7d4491802101f3c51c9a1
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Tue Mar 2 05:06:49 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    dovecot-sieve: Fix whitespace
</span>---
 mail/dovecot/Portfile | 60 +++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/dovecot/Portfile b/mail/dovecot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f754099b547..fee9bf328d5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/dovecot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/dovecot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,36 +29,36 @@ subport ${name}-sieve {
</span> 
     description     Pigeonhole sieve and managesieve plugins for dovecot
     long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Pigeonhole is the name of the project that adds\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    support for the Sieve language (RFC 5228) and the\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ManageSieve protocol (RFC 5804) to the Dovecot\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Secure IMAP Server. The Sieve language is used to\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    specify how e-mail needs to be processed. By\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    writing Sieve scripts, users can customize how\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    messages are delivered, e.g. whether they are\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    forwarded or stored in special folders. Unwanted\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    messages can be discarded or rejected, and, when\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    the user is not available, the Sieve interpreter\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    can send an automated reply. Above all, the Sieve\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    language is meant to be simple, extensible and\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    system independent. And, unlike most other mail\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    filtering script languages, it does not allow\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    users to execute arbitrary programs. This is\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    particularly useful to prevent virtual users from\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    having full access to the mail store. The\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    intention of the language is to make it impossible\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    for users to do anything more complex (and\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    dangerous) than write simple mail filters.  Using\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    the ManageSieve protocol, users can upload their\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Sieve scripts remotely, without needing direct\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    filesystem access through FTP or\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    SCP. Additionally, a ManageSieve server always\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    makes sure that uploaded scripts are valid,\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    preventing compile failures at mail delivery. The\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Pigeonhole project provides Sieve support as a\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    plugin to Dovecot's Local Delivery Agent\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    (LDA). The ManageSieve protocol is provided is an\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    additional service, next to Dovecot's own POP3 and\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Pigeonhole is the name of the project that adds \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    support for the Sieve language (RFC 5228) and the \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ManageSieve protocol (RFC 5804) to the Dovecot \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Secure IMAP Server. The Sieve language is used to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    specify how e-mail needs to be processed. By \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    writing Sieve scripts, users can customize how \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    messages are delivered, e.g. whether they are \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    forwarded or stored in special folders. Unwanted \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    messages can be discarded or rejected, and, when \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    the user is not available, the Sieve interpreter \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    can send an automated reply. Above all, the Sieve \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    language is meant to be simple, extensible and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    system independent. And, unlike most other mail \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    filtering script languages, it does not allow \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    users to execute arbitrary programs. This is \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    particularly useful to prevent virtual users from \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    having full access to the mail store. The \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    intention of the language is to make it impossible \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    for users to do anything more complex (and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    dangerous) than write simple mail filters.  Using \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    the ManageSieve protocol, users can upload their \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Sieve scripts remotely, without needing direct \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    filesystem access through FTP or \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    SCP. Additionally, a ManageSieve server always \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    makes sure that uploaded scripts are valid, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    preventing compile failures at mail delivery. The \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Pigeonhole project provides Sieve support as a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    plugin to Dovecot's Local Delivery Agent \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    (LDA). The ManageSieve protocol is provided is an \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    additional service, next to Dovecot's own POP3 and \
</span>                     IMAP services.
 
     homepage        https://pigeonhole.dovecot.org/
</pre><pre style='margin:0'>

</pre>