buildrelease
[openafs-wiki.git] / TWiki / MailerContrib.mdwn
index 42baf67..0f4aabb 100644 (file)
@@ -57,7 +57,7 @@ Users may further customize the specific content they will receive using the fol
 - **Using wild-card character in topic names** - You can use `*` in a topic name, where it is treated as a [wildcard character](http://en.wikipedia.org/wiki/Wildcard_character). A `*` will match zero or more other characters - so, for example, `Fred*` will match all topic names starting with `Fred`, `*Fred` will match all topic names _ending_ with `Fred`, and `*` will match _all_ topic names.
 - **Unsubscribing to specific topics** - Each topic may optionally be preceded by a '+' or '-' sign. The '+' sign means "subscribe to this topic". The '-' sign means "unsubscribe" or "don't send notifications regarding this particular topic". This allows users to elect to filter out certain topics. Topic filters ('-') take precedence over topic includes ('+') i.e. if you unsubscribe from a topic it will cancel out any subscriptions to that topic.
 - **Including child-topics in subscription** - Each topic may optionally be followed by an integer in parentheses, indicating the depth of the tree of children below that topic. Changes in all these children will be detected and reported along with changes to the topic itself. _Note_ This uses the TWiki "Topic parent" feature.
-- **Subscribing to entire topic ("news mode")** - Each topic may optionally be immediately followed by an exclamation mark ! or a question mark ? with no intervening spaces, indicating that the topic (and children if there is a tree depth specifier as well) should be mailed out as **complete topics** instead of change summaries. ! causes the topic to be mailed every time _even if there have been no changes_, and ? will mail the topic only if there have been changes to it. One can limit the content of the subscribed topic to send out by inserting %STARTPUBLISH% and %STOPPUBLISH% markers within the topic. Note that "news mode" subscriptions require a corresponding cron job that includes the "-news" option (see [[details|Main/TOPIC#Setting_up_your_cron_job_s]]).
+- **Subscribing to entire topic ("news mode")** - Each topic may optionally be immediately followed by an exclamation mark ! and/or a question mark ? with no intervening spaces, indicating that the topic (and children if there is a tree depth specifier as well) should be mailed out as **complete topics** instead of change summaries. ! causes the full topic to be mailed every time _even if there have been no changes_, and ? will mail the full topic only if there have been changes. One can limit the content of the subscribed topic to send out by inserting %STARTPUBLISH% and %STOPPUBLISH% markers within the topic. Note that "news mode" subscriptions require a corresponding cron job that includes the "-news" option (see [[details|Main/TOPIC#Setting_up_your_cron_job_s]]).
 
 Examples: Subscribe Daisy to all changes to topics in this web.
 
@@ -96,7 +96,7 @@ A user may be listed many times in the WebNotify topic. Where a user has several
 
 If a _group_ is listed for notification, the group will be recursively expanded to the e-mail addresses of all members.
 
-\_\_%X% Warning: Because an email address is not linked to a user name, there is no way for TWiki to check access controls for email addresses. A user identified by an email address will only be sent change notifications if the topic they are asubscribed to is readable by guest users. You can limit what email addresses can be used in WebNotify, or even block use of emails altogther, using the `{MailerContrib}{EmailFilterIn} setting in =configure`.
+\_\_%X% Warning: Because an email address is not linked to a user name, there is no way for TWiki to check access controls for subscribers identified by email addresses. A subscriber identified by an email address alone will only be sent change notifications if the topic they are subscribed to is readable by guest users. You can limit what email addresses can be used in %NOTIFYTOPIC%, or even block use of emails altogther, using the `{MailerContrib}{EmailFilterIn} setting in =configure`.
 
 **_%T% Tip:_** List names in alphabetical order to make it easier to find the names.
 
@@ -180,7 +180,7 @@ will generate newsletters from **all** webs every week on midnight Saturday.
 
 ## <a name="Developer Notes"></a> Developer Notes
 
-The changes mails sent to users are based on a TWiki template called `mailnotify`. This template must contain the following definitions.
+The changes mails sent to subscribers are based on a TWiki template called `mailnotify`. This template must contain the following definitions.
 
 <table border="1" cellpadding="0" cellspacing="0">
   <tr>
@@ -241,13 +241,21 @@ Many thanks to the following sponsors for supporting this work:
   </tr>
   <tr>
     <td align="right"> Version: </td>
-    <td> 03 Aug 2008 </td>
+    <td> 17629 (14 Oct 2008) </td>
   </tr>
   <tr>
     <td align="right"> Change History: </td>
     <td>   </td>
   </tr>
   <tr>
+    <td align="right"> 14 Oct 2008 </td>
+    <td> TWikibug:Item6066: fixed issue for user mappings where cuid = login </td>
+  </tr>
+  <tr>
+    <td align="right"> 27 Aug 2008 </td>
+    <td> TWikibug:Item5949: fixed problem with unsubscribe that should result in an empty subscription </td>
+  </tr>
+  <tr>
     <td align="right"> 03 Aug 2008 </td>
     <td> TWiki 4.2.1 release version </td>
   </tr>