Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




countersoft.gemini.scheduler.exe.config documentation

web-app

Is there any doc on how to set up the Mailbox Processors and possibly some samples of a best practice scenario?

pauldes
· 1
pauldes
Replies (6)
helpful
0
not helpful

To be specific, I am wondering how the
            SubjectLikeRegExp=""
            SubjectNOTLikeRegExp=""
parameters function and react under what conditions.


pauldes
· 1
pauldes
helpful
0
not helpful

You can find some descriptions here: http://www.countersoft.com/Downloads/Gemini.pdf (section 7, page 60).

Basically, these settings when populated will be used as a regular expression check against the email's subject line.

SubjectLikeRegExp will have to match the email's subject line in order for the email to be processed.

SubjectNotLikeRegExp will have to mismatch the email's subject line in order for the email to be processed.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

What does "processed" mean? What is the workflow? Does it just create new issues or does the matching look for issue numbers, look them up in the issue table and create comments if the issue id exists, then create a NEW issue if it is not found?


pauldes
· 1
pauldes
helpful
0
not helpful

Processed means added. We do not try to match issues they are always created.

The source code can be customised by commercial license holders.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Never mind, I think I get it... BUT...

The doc you pointed me to just confused me. Is there something else I need to install? the doc talks about something called the GeminiSMTP service. do I need this? Where do I get it or is this just really old documentation(my only general complaint about Gemini, FYI :) )?


pauldes
· 1
pauldes
helpful
0
not helpful

You do not need to install another service. The SMTP service (GeminiSMTP) has been merged with the scheduler service.


Mark Wing
· 9108
Mark Wing