Search found 2322 matches
- 2018-07-30 12:51
- Forum: User-submitted tutorials
- Topic: Step by step LetsEncrypt WinSimple
- Replies: 66
- Views: 70871
Re: Step by step LetsEncrypt WinSimple
Yes, but they don't provide the script! I'm sure if you searched around you could find one to use as a template.
- 2018-07-30 11:50
- Forum: User-submitted tutorials
- Topic: Step by step LetsEncrypt WinSimple
- Replies: 66
- Views: 70871
Re: Step by step LetsEncrypt WinSimple
a new certificate is only requested with 30 days of the end of life. There is a 30 day crossover. The default renewal try for winacme is 55 days. Minor point. Actually you can renew as often as you like, but there is a rate limit of 5 per week. So if you tried to renew nightly you'd hit the rate li...
- 2018-07-29 22:49
- Forum: User-submitted tutorials
- Topic: Step by step LetsEncrypt WinSimple
- Replies: 66
- Views: 70871
Re: Step by step LetsEncrypt WinSimple
Consider it public domain. Actually I don't think I even have much choice in the matter, but that's besides the point. 
Please feel free to use it however you like.

Please feel free to use it however you like.
- 2018-07-29 18:35
- Forum: User-submitted tutorials
- Topic: Step by step LetsEncrypt WinSimple
- Replies: 66
- Views: 70871
Re: Step by step LetsEncrypt WinSimple
(btw, did you know that a Windows server holds an Administrators password in the credential cache in clear text until the admin is logged out? And an admin is not logged out when he disconnects from a Remote Desktop session, only as an example...) Change RDC port number, block said port with firewa...
- 2018-07-29 18:23
- Forum: User-submitted tutorials
- Topic: Step by step LetsEncrypt WinSimple
- Replies: 66
- Views: 70871
Re: Step by step LetsEncrypt WinSimple
I haven't tried this, but I wonder if copying the hashed administrator password from the hmailserver ini would work?
- 2018-07-29 15:22
- Forum: User-submitted tutorials
- Topic: Step by step LetsEncrypt WinSimple
- Replies: 66
- Views: 70871
Re: Step by step LetsEncrypt WinSimple
Thanks for that, it is really helpful. Only one Question: I don't like the idea to save a script including the admin password in plain text - why not having a batch file containing @ECHO OFF NET STOP hMailServer NET START hMailServer The scheduled task itself runs with the highest privileges, so th...
- 2018-07-29 01:22
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I reused the system call and left the data pipe in there, just in case. I believe it is supposed to be quiet. I did get this from running it manually. C:\Program Files\JAM Software\SpamAssassin for Windows>sa-learn --sync bayes: synced databases from journal in 0 seconds: 1034 unique entries (1045 ...
- 2018-07-28 22:45
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
You could spice it up with sa-learn --sync -D ;-) I like jalapeños but that's a little too spicy for muh log file. :-) I've noticed that sometimes spamassassin doesn't take changes immediately even after restarting the service. There's definitely some weirdness going on one in a while. I guess chal...
- 2018-07-28 19:38
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Please ignore my last post completely. I cannot replicate it after running with and without >> logfile.log after sa-learn --sync
The journal seems to sync fine.
But that still leaves me with one small question - should there be a log entry for sa-learn --sync?
The journal seems to sync fine.
But that still leaves me with one small question - should there be a log entry for sa-learn --sync?
- 2018-07-28 18:51
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I'm not sure if sa-learn --sync is working. I took a dump. :lol: C:\Program Files\JAM Software\SpamAssassin for Windows>sa-learn --dump magic 0.000 0 3 0 non-token data: bayes db version 0.000 0 206 0 non-token data: nspam 0.000 0 4736 0 non-token data: nham 0.000 0 184009 0 non-token data: ntokens ...
- 2018-07-28 16:25
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Wife late getting ready for bike ride. **shocker** :mrgreen: So I had a few minutes to check out 0.6.1 and everything is working again. I guess its about the same as .5 except for the spamc part? One tiny issue: Const Verbose = is set to 0 but I get windows script host popups. I added "If Verbose Th...
- 2018-07-28 14:05
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Hmm... That would indicate it is not running sa-learn.exe as any output is piped ">>" into sa-learn.log What OS are you on? Any spaces in any paths? You never tried 0.5.a ? * windows 10 pro * no path in the user variables have spaces, BUT! I just realized one critical path does, but it does not app...
- 2018-07-28 04:16
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Deleted spam/ham folders in temp and the script ran without permission issues. I ran it verbose and it seems to work. It went through all the accounts, created ham and spam files in temp, but the log is empty: Fri 07/27/2018 21:29:43.65 - START HAM: SPAM: Fri 07/27/2018 21:30:43.50 - STOP Also, it o...
- 2018-07-28 00:44
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I'm trying out 0.6 but I get "permission denied" error (line 39 char 18). I ran from command prompt as administrator. If Batch Then Set oFile = oFSO.CreateTextFile(mTemp & mType, True) Not sure if this has anything to do with it, but I know for TempDir, LogDir and BayesDir, "Need permission for crea...
- 2018-07-27 12:43
- Forum: General discussions
- Topic: Performance for sending out email
- Replies: 4
- Views: 1662
- 2018-07-27 12:32
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I'm just starting. Baby steps.
Thanks for the info and the db. I'll give it a whirl.

Thanks for the info and the db. I'll give it a whirl.
- 2018-07-27 12:29
- Forum: General discussions
- Topic: Running two domains off of one external ip with 2 seperate ssl certificates
- Replies: 7
- Views: 2195
Re: Running two domains off of one external ip with 2 seperate ssl certificates
DNS could take up to 2 days to fully propagate. Give out some time and come back to it.
This is why I like the URL method better. It's instant. Look in the tutorial section for "step by step letsencrypt".
This is why I like the URL method better. It's instant. Look in the tutorial section for "step by step letsencrypt".
- 2018-07-27 11:59
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I'm not seeing any Bayes related tests in the header reports so I did a little digging. spamassassin -D --lint There is a minimum number of tokens to be learned before SA actually implements Bayes. The default is 200 messages. I have 196 currently so I guess I'll just leave it, but you can change th...
- 2018-07-27 02:59
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Meh... When I get rid of my 80 amps worth of stove and clothes dryer I'll start worrying about server efficiency. 

- 2018-07-27 00:26
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
- 2018-07-26 11:43
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
This has really cut down the false positives. It seems to be a giant improvement so far. One other thing I did was go back to the default required_score = 5 in spamassassin. Anything below that gave a lot of falls positives. I guess it's the default for a reason. Those guys know what they're doing. ...
- 2018-07-25 18:44
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
1) fixed by running with cscript ahead of vbs
2) I left off the trailing "\" in >>Const SATemp = "C:\SpamAssassin\temp\"<<
Also, SPAM and HAM folders MUST EXIST in SATemp folder. All good now.
Thanks again!
2) I left off the trailing "\" in >>Const SATemp = "C:\SpamAssassin\temp\"<<
Also, SPAM and HAM folders MUST EXIST in SATemp folder. All good now.

- 2018-07-25 17:57
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I ran v5 with ALL my domains. Hey, why not? :) Anyway, 2 issues: 1) I'm getting "Windows Script Host" pop ups for every domain, account and folder the script comes across and it requires my pushing OK button before proceeding. I don't think this will run automatically. -----> nevermind - I added "cs...
- 2018-07-25 17:06
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Also, here:
Are * wildcards OK? Particularly with "junk" it seems to be willy nilly with outlook/roundcube/etc. Thanks.
Code: Select all
Const SPAMFolders = "SPAM, Junk E-mail, Uønsket e-mail, UCE - HighScore"
Const HAMFolders = "INBOX, UCE - FPs"
- 2018-07-25 16:48
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Remember to make a copy of your C:\SpamAssassin\bayes_db\bayes_backup file in case you need to restore your Bayes database. "sa-learn.exe --restore bayes_backup" and please remember that this process is destructive - it WILL overwrite your current Bayes database. Interesting. I hope I didn't screw ...
- 2018-07-25 00:17
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Oh yeah. I'm trying that unsubscribe script. Question for you: is your spam@domain.TLD on the same domain as your "regularly used" domain? Do you have more than 1 domain and if so, are you running multiple instances of the sa-learn script? Just curious because I have two well used domains, and a cou...
- 2018-07-24 20:17
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Possible domain workaround #2. Set the script target domain to be the spam repository. That excludes all user interaction and should produce the best results since only I, as administrator, will have the ability to sort ham from spam. I think that's what I'll do, but first I'll reduce the spam marki...
- 2018-07-24 18:25
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I thought about it some more and decided it would be better to send all spam to users inboxes and that way it will "force" them to decide if its spam or ham. They may delete it, they may just leave it there, or they may actually move real spam to the spam folder. In order to effectuate this, I chang...
- 2018-07-24 16:38
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
I just wanted to follow up on this. Everything working fine, but I've been doing a lot of reading and thinking and I came up with an idea to help the process. First of all, I'm trying to train for real spam, not bulk commercial messages. Secondly, I wanted to see the messages that get deleted by HMS...
- 2018-07-24 00:43
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
I totally agree, except for the fact that the email clients I use don't render the attachment. Maybe I'll play around with the script to produce a text-only message, which should cure the inline attachment issue for me.
- 2018-07-23 21:38
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
-attachi works for me (and I expect many others that have used the script as is). I suspect, however, that the choice of email client and its configuration determines how 'inline' html attachments are handled (or not). I use Thunderbird and K9 (android) mainly. Im glad you found the cause and the s...
- 2018-07-23 21:13
- Forum: User contributed hMailServer 5 scripts
- Topic: Auto-Delete old logs and backups
- Replies: 5
- Views: 4414
- 2018-07-23 16:14
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
Maybe this has something to do with it: "%BLATdir%" %outf% -mailfrom %emailFrom% -to %emailRecipient% -subject %resulttext% -server localhost -attachi %BackLog% -log %emailer_log% -attachi is for inline attachments but I believe the fact that the message is html format is preventing the inline attac...
- 2018-07-23 16:02
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
Post or send by pm the full log file if you still have problems. One little tidbit I added to the script (that I believe originally came from you anyway). I already had an SA-update script that also renamed the SA log with a date, so I had a log for each day. I ran the script at 11:59 pm to capture...
- 2018-07-23 13:00
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
Whoa... I just noticed this: https://img.dynu.net/Screenshot_20180723-060044.png It looks like the archive files are way too small. The 7z files are from the HMS-included backup script. The zips are from this script. Any idea what that's about? Its too late to edit the post, but... I think I simply...
- 2018-07-23 12:46
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
One more oddity to throw into the mix. After reviewing the log snippet in the post above, I noticed that the SQL file at the top of the list is the wrong one - the time is mismatched: the SQL file is from a previous backup, not the 3am scheduled one. However, when I look in the zip archive for the 3...
- 2018-07-23 12:24
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
Whoa... I just noticed this: https://img.dynu.net/Screenshot_20180723-060044.png It looks like the archive files are way too small. The 7z files are from the HMS-included backup script. The zips are from this script. Any idea what that's about? My scheduled task is set to run from SYSTEM and the man...
- 2018-07-23 11:47
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
Yes, I'm using blat. Here is last night's scheduled run in emailer.log: 2018.07.23 03:03:38 (Mon)------------Start of Session----------------- Blat v3.2.19 (build : Nov 18 2017 03:14:35) 32-bit Windows, Full, Unicode Sending C:\scripts\HMSBackupCleardown\\body.html to admin@domain.com Subject: !!! B...
- 2018-07-23 04:43
- Forum: User-submitted tutorials
- Topic: HOW TO: Ready-To-Go Backup and Cleardown script
- Replies: 165
- Views: 113226
Re: HOW TO: Ready-To-Go Backup and Cleardown script
This script works great. Just one question. I received the emails after it finished. The "backup daemon" one has the SA update error (for no update). However, at the bottom of the message it says, "See attached log file below for details." but the are no attachments. Is this an oversight in the code...
- 2018-07-22 22:14
- Forum: User contributed hMailServer 5 scripts
- Topic: Auto-Delete old logs and backups
- Replies: 5
- Views: 4414
Re: Auto-Delete old logs and backups
I read the entire thread (before posting this topic, actually).. I especially like the email notification. I will install those scripts sooner or later.
What I posted here is for the novice like me.
And it is working. 
What I posted here is for the novice like me.


- 2018-07-22 21:28
- Forum: General discussions
- Topic: Configure multiple email accounts from the web interface
- Replies: 17
- Views: 5133
Re: Configure multiple email accounts from the web interface
Somebody has to know the password. How else are you going to set up the accounts? Try this: * Install HMS and get it working. Then install the phpwebadmin and get it working. * Create the domain your users will be connecting to. * Create each user with a temporary password * Tell each user to go to ...
- 2018-07-22 19:18
- Forum: User contributed hMailServer 5 scripts
- Topic: Auto-Delete old logs and backups
- Replies: 5
- Views: 4414
Auto-Delete old logs and backups
I just ran across this useful script and I thought it would be good to share. Save as .cmd and run in task scheduler. I run this on both log files (for 10 days) and backups (for 3 days). forfiles /p "C:\Program Files (x86)\hMailServer\Logs" /s /m *.* /D -10 /C "cmd /c del @path" /s is the switch to ...
- 2018-07-22 17:02
- Forum: General discussions
- Topic: Configure multiple email accounts from the web interface
- Replies: 17
- Views: 5133
Re: Configure multiple email accounts from the web interface
Except for you wanting to keep a copy of everyone's email messages, don't you think it would be easier to just have the users connect directly to the external accounts instead of using hmailserver as an intermediary?
- 2018-07-22 00:41
- Forum: General discussions
- Topic: SMTP Routes ignored/not saved?
- Replies: 18
- Views: 4527
Re: SMTP Routes ignored/not saved?
On the documentation page you linked, there are examples at the bottom. It looks like you set your route up like example 2, however, it specifically says all mail to a local domain will be delivered locally no matter what the route says. Since you have "external.com" locally, that's what it's going ...
- 2018-07-21 19:39
- Forum: General discussions
- Topic: Configure multiple email accounts from the web interface
- Replies: 17
- Views: 5133
Re: Configure multiple email accounts from the web interface
I'm searching for a mail server with web interface for only email download from multiple pop3 accounts. Each email account is linked to a user. I don't want to know the password of email accounts, but I would like it to be the same user to write the parameters of his email account, from hMailServer...
- 2018-07-20 13:58
- Forum: General discussions
- Topic: Only Inbox after moving Hmailserver to a new computer
- Replies: 10
- Views: 2684
Re: Only Inbox after moving Hmailserver to a new computer
I ran it manually successfully with a data directory of about 1.5 GB. I'm running 5.6.7-B2425.16
- 2018-07-20 12:02
- Forum: General discussions
- Topic: Only Inbox after moving Hmailserver to a new computer
- Replies: 10
- Views: 2684
- 2018-07-17 11:34
- Forum: General discussions
- Topic: Hmailserver crashing sporadically
- Replies: 21
- Views: 8160
Re: Hmailserver crashing sporadically
Thanks for the explanation. Now it makes sense why I had BSOD with that error in the past, while the OP and others complaining here did not. In my case it was a HD (it was not on a HMS machine). And I do recall seeing something about pagefile in the error.
- 2018-07-16 01:35
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Wow this is great. I thought it wasn't working at first since there's no spinny "thinking" cursor or any other kind of notice. The log wasn't populating. Turns out it was just working the whole time. Took a few minutes (3 minutes 22 seconds to be exact). Yes sir, its working great. I can't wait to s...
- 2018-07-16 01:00
- Forum: General discussions
- Topic: Hmailserver crashing sporadically
- Replies: 21
- Views: 8160
Re: Hmailserver crashing sporadically
I believe "bad allocation" can also be hard disk related.
- 2018-07-16 00:12
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
Awesome. Thank you. I'll try it and report back if any issues.
- 2018-07-15 13:22
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
https://support.microsoft.com/en-us/help/102739/long-filenames-or-paths-with-spaces-require-quotation-marks I would use quotes around this ... "C:\Program Files\JAM Software\SpamAssassin for Windows\sa-learn.exe" Thanks! I'm making progress. Sun 07/15/2018 6:53:57.11 - START SPAM: Learned tokens fr...
- 2018-07-15 03:08
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn) train BAYES
What does your sa-learn.cmd look like ?? echo %DATE% %TIME% - START >> X:\xampp\htdocs\website.tld\status\sa-log\sa-learn.log echo SPAM: >> X:\xampp\htdocs\website.tld\status\sa-log\sa-learn.log C:\Program Files\JAM Software\SpamAssassin for Windows\sa-learn.exe --siteconfigpath="C:\Program Files\J...
- 2018-07-14 22:19
- Forum: User contributed hMailServer 5 scripts
- Topic: SpamAssassin Bootcamp (sa-learn) train BAYES
- Replies: 169
- Views: 87840
Re: SpamAssassin Bootcamp (sa-learn)
This morning's harvest.. :mrgreen: 11-08-2014 4:00:48,53 - START SPAM: Learned tokens from 20 message(s) (114 message(s) examined) HAM: Learned tokens from 11 message(s) (120 message(s) examined) 11-08-2014 4:01:18,19 - STOP I installed and ran this script (0.4.1 version) a few times. My log is emp...
- 2018-07-14 05:27
- Forum: General discussions
- Topic: Mark Spam Options
- Replies: 2
- Views: 1185
Re: Mark Spam Options
OK thanks. I'll look into it.
- 2018-07-13 21:10
- Forum: General discussions
- Topic: Mark Spam Options
- Replies: 2
- Views: 1185
Mark Spam Options
In Settings > anti-spam > general > add to message subject: Is it possible to add HMS's spam score to the subject line?
I know _HITS_ in SA local.cf is the SA score, but that is not the score that (ultimately) decides whether its spam or ham. Thanks.
I know _HITS_ in SA local.cf is the SA score, but that is not the score that (ultimately) decides whether its spam or ham. Thanks.
- 2018-07-12 17:24
- Forum: General discussions
- Topic: Messages from gmail account fail DKIM
- Replies: 18
- Views: 4550
- 2018-07-12 15:46
- Forum: General discussions
- Topic: Messages from gmail account fail DKIM
- Replies: 18
- Views: 4550
Re: Messages from gmail account fail DKIM
They are uncommented. Spamd is running - confirmed both by log and by spam processed.
- 2018-07-12 14:53
- Forum: General discussions
- Topic: Messages from gmail account fail DKIM
- Replies: 18
- Views: 4550
Re: Messages from gmail account fail DKIM
OK, I removed the comment from rewrite_header Subject [_HITS_] in local.cf and restarted SA. Then I stirred up some trouble at Tim's forum to ensure I would get some notifications. :-) The one message coming through after reverting was not marked spam and still has no SA report in the header. I am v...
- 2018-07-12 12:34
- Forum: General discussions
- Topic: Messages from gmail account fail DKIM
- Replies: 18
- Views: 4550
Re: Messages from gmail account fail DKIM
Spamassassin seems to be the culprit. I removed (hashed) rewrite_header Subject [_HITS_] from local.cf and now I'm receiving these notification emails without trouble. Dkim:pass However, now there is no SA report in the header. What I intended was to only remove the score from the subject line. How ...