Tags:
create new tag
view all tags

Question

Hi,

The web notify emails have links to changed topics like:

<a href=
"http://ccl_info/twiki/bin/?TWIKISID=1dc948053ff9c7f06b2bb61b350eeeb7"view"/Sales/CapitalHealthSystem">
<b>CapitalHealthSystem</b></a>

which needless to say don't work.

Any ideas what's causing this? We're using version: Wed, 08 Feb 2006 build 8740, Plugin API version 1.1

Environment

TWiki version: TWikiRelease04x00x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux
Web server: Apache
Perl version: 5
Client OS: WinXP
Web Browser: Firefox
Categories: Mail

-- TomMelly - 05 Jul 2007

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

Fixed - well, kludged would be more accurate.

I added the unindented line to Contrib/Mailer.pm

        # remove <nop> and <noautolink> tags
        $mail =~ s/( ?) *<\/?(nop|noautolink)\/?>\n?/$1/gois;
      
#Melly - fix for TWIKISID in emails
$mail =~ s/\?TWIKISID\=\w*\"(\w*)\"/$1/g;
        
        my $error;
    
        $error = $twiki->{net}->sendEmail( $mail, 5 );

        $sentMails++ unless $error;
    }

-- TomMelly - 09 Jul 2007

Tom, could you please file a bug report at Bugs:WebHome and add as many details as possible on your env?

-- PeterThoeny - 09 Jul 2007

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2007-07-09 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.