pseymour / MakeMeAdmin

Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
https://makemeadmin.com/
GNU General Public License v3.0
391 stars 86 forks source link

syslog rfc 3164 format bug #93

Closed CodingTomatoNoob closed 1 year ago

CodingTomatoNoob commented 1 year ago

Hi

There seems to be a bug in the RFC 3164 format. If in syslog-ng I want to filter accoring to facility and program the filter that matches is: filter f_makemeadmin { facility(user) and program("Make"); }; where it should be: filter f_makemeadmin { facility(user) and program("Make Me Admin"); };

Would it be possible to send as "MakeMeAdmin" instead of "Make Me Admin"? This would make everything clearer.

Thanks for looking into it.

CodingTomatoNoob commented 1 year ago

Checked out configuration using rfc 5424. Works beautifully. Syslog program name is "MakeMeAdmin". As 5424 obsoletes 3164 this bug report can be closed.