---+!! %TOPIC% Add-on to the TWiki kernel that supports e-mail notification of changes. <!-- PLEASE DO NOT EDIT THIS TOPIC It is automatically generated from the subversion repository, and any changes you make will simply be overwritten the next time a release is generated. Instead, you could check your fix in, raise a bug in the Bugs web, or mail the author. --> *WARNING: TWiki-4 only. If you want to use this extension with an earlier version of TWiki, please see [[http://twiki.org/cgi-bin/view/Plugins/%TOPIC%?rev=1.17][here]]* %TOC% ---++ Summary of Contents ---+++ <code>tools/mailnotify</code> The main part of the mailer module is a script, =tools/mailnotify=. This script is designed to be run from 'cron' (or an equivalent offline job scheduler), and processes the contents of the standard <nop>%NOTIFYTOPIC% topic. As well as providing the usual notification service, it also provides per-topic notification services. The script may be run from the command line or a cron job. <!-- Included by %TWIKIWEB%.WebChangesAlert --> %STARTINCLUDE% Subscribers are listed in <nop>%NOTIFYTOPIC% following one of these bullet list formats: _three spaces_ * [ _webname_ . ] _wikiName_ - _SMTP mail address_ <br /> _three spaces_ * [ _webName_ . ] _wikiName_ <br /> _three spaces_ * _SMTP mail address_ <br /> _three spaces_ * _SMTP mail address_ : _topics_ <br /> _three spaces_ * [ _webname_ . ] _wikiName_ : _topics_ where _topics_ is a space-separated list of topic names. * Specify topics without a _Web._ prefix * Topics must exist in this web. * Topics may be specified using * wildcards * 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. * Each topic may optionally be preceded by a '+' or '-' sign. The '+' sign means "subscribe to this topic" (the same as not putting anything). The '-' sign means "don't send notifications regarding this topic". This allows users to elect to filter out changes to certain topics (and their children, to an arbitrary depth). Topic filters ('-') take precedence over topic includes ('+'). For example: <verbatim> * daisy@flowers.com * daisy@flowers.com: Web* * DaisyCutter: Petal* (1) WeedKillers (3) Red*Phlox * StarTrekFan: * - *Wars - *sInTheirEyes - *shipTroopers </verbatim> A user may be listed many times in the <nop>%NOTIFYTOPIC% topic. Where a user has several lines in <nop>%NOTIFYTOPIC% that all match the same topic, they will only be notified of changes to that topic _once_. If a _TWiki group_ is listed for notification, the group will be recursively expanded to the e-mail addresses of all members. __%T% Tip:__ List names in alphabetical order to make it easier to find the names. %STOPINCLUDE% In the future it is intended that individual users will be able to control the frequency with which they are notified of topic changes, by changing a schedule specification in their home topic. However at present, the notification schedule is controlled by the frequency of activation of the =cron= job that runs the =mailnotify= script. %RED% __Note__ =mailnotify= ignores permissions in webs. It is entirely possible for a user to get added to a <nop>%NOTIFYTOPIC% topic in a web, when they are not authorised to view the topics in that web. This could result in them having limited access to sensitive information (the topic summaries). %ENDCOLOR% ---+++ <code>TWiki/Contrib/MailerContrib</code> code library The second part of the module is a code library that provides the services for other applications to modify <nop>%NOTIFYTOPIC% through a clean, well documented interface. This allows (for example) plugin developers to add a "Register me for notification" button to their pages. The main interface is the =Web<nop>Notify= package described below. ---++ Installation Instructions This Contrib is pre-installed as part of the TWiki release package, and should only have to be re-installed if an upgrade is required. * Download the ZIP file from the Plugin web (see below) * Unzip ==%TOPIC%.zip== in your twiki installation directory. * Run the installer script =MailContrib_intaller.pl= or alternatively resolve all dependencies manually. * To make sure the installation was successful, run the =mailnotify= script from the command line, with no parameters. In this case it will print out what it would have done to STDOUT. ---++ Setting up your cron job You need to set up a =cron= (or equivalent) job to run =mailnotify=. <code>Usage: perl -I <bin> mailnotify [-q] [ <i>web1 web2 ... webN</i> ]</code> <bin> is the path to the TWiki bin directory (usually =../bin=), so that the script can find the rest of TWiki. | =-q= | Don't print progress information | | <code><i>web1 web2 ... webN</i></code> | List of webs to process, separated by spaces or commas. Default is to process all legal TWiki webs. Wildcards (*) are supported. | For example, =perl -I /usr/local/twiki/bin mailnotify -q Public Private= will generate notifications for the Public and Private webs. ---++ Settings * Set STUB = TWiki::Contrib::Mailer * Set SHORTDESCRIPTION = Supports e-mail notification of changes. ---++ Contrib Info | Author: | TWiki:Main/CrawfordCurrie (http://c-dot.co.uk) | | Copyright ©: | 2004, Wind River Systems | | License: | GPL | | Change History: | | | 8808 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1654'>Item1654</a> mailnotify must enter the command_line context | | 8625 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1508'>Item1508</a> Making the dashes in the separatator clearer | | 8606 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1508'>Item1508</a> MailerContrib: Brushing up HTML mailnotify template | | 8602 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1508'>Item1508</a> MailerContrib: Cleaning up plaintext e-mail template, removing TEXTAREA | | 8522 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1511'>Item1511</a> arguments to getScriptUrl in wrong order :-( | | 8434 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1465'>Item1465</a> Fix 'TWiki.' to '%TWIKIEB%.' | | 8398 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1460'>Item1460</a> polished up the comment a bit | | 8308 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1362'>Item1362</a> moving mailnotify cron script | | 7848 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1167'>Item1167</a> forced all mail operations to generate absolute URLs | | 7568 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item910'>Item910</a> use SCRIPTURL{view} instead of complex url expr | | 6864 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item624'>Item624</a> mailer templates moved the the right places | | 6861 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item624'>Item624</a> Added proper templates support for plain text mails | | 6809 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item623'>Item623</a> don't print anything if verbosity is switched off. | | 6659 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item528'>Item528</a> Updated MailerContrib. it's working and the sendmail parameter is used. | | 6474 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item420'>Item420</a> removed spurious remove_obsolete_locks from MailerContrib | | 5924 | <a rel='nofollow' href='http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item153'>Item153</a> fix mail URL-fixing scheme | | 5269 | Minor doc fixes | | 5266 | Doc tidy-ups, added filtering of _ webs, added obsolete lock script | | 5264 | Changed default to add web name to user name (I hope) | | 5263 | Minor doc tidyups | | 5261 | Documentation changes, and fixed to scan all webs. | | 5253 | runnable as CGI script, minor bugfixes, removed dependency on DBCacheContrib | | 5234 | Minor doc changes | | 5231 | Made a change an object, added unit tests to CVS, lots of testing. | | 4 March 2005 | 1.010 Dakar release ready. | | 12 Oct 2004 | 1.004 Added support for anti-subscriptions. Doc fixes from TWiki:Main.PeterThoeny. Bug fixes to permissions code. Back-off and retry if the mailer can't be reached (should really be in Net::sendEmail) | | 6 Oct 2004 | 1.003 Excluded _ webs from processing, added =bin/remove_obsolete_locks= for full reverse-compatibility | | 1 Oct 2004 | 1.002 Peter<nop>Thoeny provided additional documentation | | 27 Sep 2004 | 1.001 runnable as CGI script, minor bugfixes, removed dependency on DB<nop>CacheContrib | | 8 Sep 2004 | 1.000 Initial version | | Home: | TWiki:Plugins/%TOPIC% | | Feedback: | TWiki:Plugins/%TOPIC%Dev | | Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal |
This topic: TWiki
>
MailerContrib
Topic revision: r3 - 2006-06-25 - TWikiContributor
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.MailerContrib
.