-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto process incoming emails for spam #231
Comments
To achieve what you're asking it could be used the onNewMailReceived event to move the mail to the spam folder with a new special prompt. Thank you for your submission! |
Hi @christianreiss I'm interested too in the prompt that you use for spam classification and the llm model you use in ollama, thanks. |
Hey guys, Sorry for the delay in answering, got sick and realllly did not care for IT for a few days. Running: Ollama, Prompt: "Classify the following text in terms of Spam propability from 0 (100% not spam) to 10 (100% ensured Spam)." This returns something like: |
Thank you @christianreiss. |
Thank @christianreiss. NVM i read about onNewMailReceived ... yeah that would be a nice feature. |
@section1 yes, it seems to be possible to both assign tags or move a message to the spam folder upon receipt. My idea is to work on it for version 3.2.0. |
Added issue #237 for the auto tags assignment. |
Thanks @micz ! I'll donate to this project.. |
The For reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1850289 |
#237 (comment) first prerelease with autotagging is available. The antispam will released in next prerelease. |
Hey folks,
I have a custom prompt that classifies emails with spam/ham:
"Classify the following text in terms of Spam propability from 0 (100% not spam) to 10 (100% ensured Spam)."
Using ollama the results are awesome and have -for me- a near 100% detection rate. Would it be possible to run thunderai on incoming emails in the Inbox? And move them to junk?
This would be super awesome.
The text was updated successfully, but these errors were encountered: