
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
trueMail is a mail checker theme for karamba.
It uses Apache SpamAssassin to check if a mail is spam. If not, it displays sender and subject.
No longer false alerts cause of spam! :-)
Looks good together with: UberMon karamba theme (see screenshoot)
16 years ago
- Call to SpamAssassin is now optional
(please see trueMail.theme file on how to change behaviour)
- Fixed some minor issues in the perl script
NOTE: The call to SpamAssassin via perl modules does not work on my machine. Nevertheless you can select it, as it may work on your machine. (If so, please let me know..!)
16 years ago
- Call to SpamAssassin is now optional
(please see trueMail.theme file on how to change behaviour)
- Fixed some minor issues in the perl script
NOTE: The call to SpamAssassin via perl modules does not work on my machine. Nevertheless you can select it, as it may work on your machine. (If so, please let me know..!)
yggdrasiil
14 years ago
I translated it into french.
Report
isaiah53
15 years ago
#use Mail::SpamAssassin;
#use Mail::SpamAssassin::Message;
After that - it works wonderfully.
Report
doergn
16 years ago
currently it can only take one mail account. But the idea of supporting more than one is good. I'll take that on my list!
The security question 600 (or 700) for the
checkMail.pl...yep you're right this should be 700 as it must be executable.
Regards
Doergn
Report
kreten1
16 years ago
any ideas?
Report
massi1965
16 years ago
Keep up the great work!
Report
doergn
16 years ago
optional.
You can choose between three ways how the script should work:
1 - Do not call SpamAssassin (default)
2 - Call SpamAssassin via command line
(works great on my machine...)
3 - Call SpamAssassin via perl module (somehow does not work on my machine...all mails are returned as no spam....)
See trueMail.theme file on what and how to customize this theme..
Have fun!
Doergn
Report
akela
16 years ago
Report
craveness
16 years ago
Report
richters
16 years ago
Another karamba theme prints "2 new" at the same time.
Tell me why it doesn't work fine for me.
Report
craveness
16 years ago
1. comment out the SpamAssassin line starting with "system spamc"
2. Create a file in my tmp folder and tell the theme where it was. Inside checkMail.pl, look for a line "my $tempFile =" change the path to wherever you want. Make sure the path AND file exists. For me i did:
my $tempFile = /home/craveness/.superkaramba/tmp/TEST
And then created an empty file called "TEST"
The easiest way to diagnose this is to run the script from console:
perl checkMail.pl
and check the output.
Hope that helps.
Report
richters
16 years ago
Thanks for help !!
Report
MegaBuczo
16 years ago
Report
doergn
16 years ago
CLICKAREA X=0 Y=0 W=50 H=50 ONCLICK="evolution"
the value of onlick.
E.g. from 'evolution' to 'thunderbird'
Regards
Doergn
Report
Amoeba
16 years ago
Report