Is it possible to have Tenshi put a message into more than 1 queue? For example, I want locked out user login attempts to send me messages right away in my critical queue, but also, at the end of the month I want to know who was locked out the most by looking at my report queue. I gave the man page a good looking over, but I didn't see how this could be done. If this is indeed a valid feature request, let me know because I would like to get involved in adding this feature. Reproducible: Always Steps to Reproduce: 1. 2. 3.
hmm, we did talk about this a while ago. I think its valid but we couldn't see much of a use case for it really. Pretty sure its doable, feel free to send patches or find us on IRC :) #tenshi on freenode :)
A more general solution might be queue types. For instance, we could have mail queue's and pipe queue's (so i could at least have output piped to a program that did mail AND archival functions..) Have we considered this?
We've wanted modules to do more than just mailing. Problem with setting it up so the mail is sent as a result of the pipe is that things get a bit more painful as the other end of the pipe needs to do the line counts etc, whereas inside tenshi we already have that information at hand. Dunno, may not be a big deal. Definitely open to the idea.
What modules were you thinking of before? At this point, I can't think of anything outside of email that I really want.
Please test http://dev.gentoo.org/~lcars/tenshi/tenshi-0.3.4-rc1.tar.gz
0.3.4 is out.