r1 - 12 Jul 2003 - 16:14:15 - MartinCleaverYou are here: TWiki >  Codev Web > MartinsInstallOnIIS > RemoveWebNotifyTopicBodyHack
Tags:
, create new tag
This hack, tested on AthensRelease, prevents MIME encoded documents being inserted into outgoing notification e-mails. These are not recognised by Lotus Notes.

Copy mailnotify.tmpl to mailnotify.text.tmpl and remove the lines shown below from the new file. Also, in mailnotify.pl, change

$text = &TWiki::Store::readTemplate( "mailnotify" )
to
$text = &TWiki::Store::readTemplate( "mailnotify.text" )

Lines to Remove:

MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------2D594AE113AD25493C2C7246"

This is a multi-part message in MIME format.
--------------2D594AE113AD25493C2C7246
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


--------------2D594AE113AD25493C2C7246
Content-Type: text/html; charset=us-ascii; name="CodevChanges.html"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="CodevChanges.html"
Content-Base: "http://twiki.org/cgi-bin/view/Codev/WebHome"

%EMAILBODY%

--------------2D594AE113AD25493C2C7246--

-- RichardEllery - 05 Nov 2001

-- MartinCleaver - 12 Jul 2003

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback SourceForge.net Logo