On Mon, Sep 12, 2022 at 10:11 AM Roger Oberholtzer
<roger.oberholt...@gmail.com> wrote:
>
> In Trac 1.2, say, I could define an e-mail tag called @Tickets, and
> all that have subscribed to Tickets in their notifications would get
> e-mails when appropriate.
>
> I have updated to Trac 1.5dev, and I get this when e-mail should be sent:
>
> 2022-09-12 10:05:29,561 Trac[mail] DEBUG: Invalid email address: @Tickets
> 2022-09-12 10:05:29,561 Trac[api] DEBUG: Adding (roger [1]) for
> 'always' on rule (TicketUpdaterSubscriber) for (email)
>
>
> The first line is the issue. The second implies that I will still be
> added to the list of recipients. However, no e-mail is sent. How best
> to proceed?

I see that this was set up in the announcer plugin as follows:

[announcer]
joinable_groups = Tickets

But that seems not to be Python3 ready.

2022-09-12 12:02:56,771 Trac[loader] ERROR: Skipping
"announcer.distributors.mail = announcer.distributors.mail":
ModuleNotFoundError: No module named 'Queue'
2022-09-12 12:02:56,814 Trac[loader] ERROR: Skipping
"announcer.email_decorators = announcer.email_decorators":
ModuleNotFoundError: No module named 'Queue'
2022-09-12 12:02:56,968 Trac[loader] ERROR: Skipping "announcer.pref =
announcer.pref": ImportError: cannot import name
'ITemplateStreamFilter' from 'trac.web.api'
(/usr/lib/python3.10/site-packages/Trac-1.5.4.dev0-py3.10.egg/trac/web/api.py)


 I will see what I can do.

-- 
Roger Oberholtzer

-- 
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/CANkOqwO0ARB1qGDYgLd8oi61rZ0KEk9c70aQt7sMFLH4A6fZFQ%40mail.gmail.com.

Reply via email to