-
Notifications
You must be signed in to change notification settings - Fork 1k
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
setfullsubject #1370
Comments
I didn't even know this was a feature.
and setting this in
gives me this:
Is that what you're hoping for? When was the last time it worked how you expected? |
It has been awhile since I have used OSSEC in production. Maybe 2.8.3? Look at step 5 here to see how it is supposed to work. |
I downgraded to 2.8.3 and it works correctly in that version, so this appears to be a regression. |
Tracking it down now. I'm not entirely sure how interested I am in when it was changed and why, but I'm expecting to have a fix shortly. |
I'm going to do some more digging as well. I don't want you to spend too much time on this in case I configured the new makefile incorrectly or just forgot a step. :) |
I think the smaller subject may become the default post-3.0. |
If CLEANFULL is enabled during the build, and maild.full_subject=0 the email subjects should be smaller. At some point the logic may have been reversed (or the documentation and memories of users are backwards). Either way, allow this to work the way it's understood to work.
Pull request #1377 allows this to work the way it used to. |
Fix the subject handling. Issue submitted by Michael Starks #1370
but no one can agree on if it's working or not. So let's just get rid of it. I chose the short subject option as the default. References: Issue ossec#1370, Pull Request: 1377
setfullsubject=0, which makes subject lines more compact, seems to no longer work.
It used to be that I could just do this:
#cd src; make setfullsubject #cd ..; ./install.sh
but the Makefile changed. So, I went in and set
CLEANFULL?=yes
, recompiled, and subsequently setmaild.full_subject=0
in etc/local_internal_options.conf.I'm still getting longer subject lines.
The text was updated successfully, but these errors were encountered: