I'm using SendGrid as my mail relay for Trac 1.0.1 notifications.  It adds
click tracking to URls so the footer of the notification looks a mess.  I
can suppress this by adding "clicktracking=off" before "href" in the <a>
tab but I can't figure out how to do that.  I've
edited  ticket_notify_email.txt to end:

${_('Ticket URL: <%(link.replace("href", "clicktracking=off href"))s>',
link=ticket.link}

And a couple of other alternatives but the changes I thought were promising
seem to be syntax errors which break the template and I don't get notified
at all.  Genshi is not my strong suit so I'm kind of blindly trying things
that seem like they might work but I could use some guidance.  Thanks.

-- 
Christopher Nelson, PE
Professional Software Engineer
@ChrisNelsonPE
LinkedIn.com/in/ChrisNelsonPE
NoPerfectProgram.Wordpress.com

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/CAFFqYiAkxwLtFG1J%3DjifeodHmRK4XS4Q3H6cZHqcfKO-aHUdkg%40mail.gmail.com.

Reply via email to