View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005680 | SOGo | sogo-tool | public | 2023-01-21 23:12 | 2023-01-23 10:29 |
Reporter | bero | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Server | OS | Linux | OS Version | OpenMandriva 5.0 |
Product Version | 5.8.0 | ||||
Summary | 0005680: sogo-tool update-autoreply doesn't work | ||||
Description | sogo-tool update-autoreply -p /path/to/sieve.creds fails, claiming the file isn't in username:password format even when it actually is. The problem is the code block starting with "if(max > 0)" in https://github.com/Alinto/sogo/blob/master/Tools/SOGoToolUpdateAutoReply.m#L359 -- at that time, max is 1 on a valid invocation (the 1 argument it is generated from being the filename). | ||||
Steps To Reproduce | echo 'username:password' >/path/to/sieve.creds | ||||
Tags | No tags attached. | ||||
Your problem is, that you have a newline after your passwort. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-21 23:12 | bero | New Issue | |
2023-01-23 10:29 | Christian Mack | Note Added: 0016578 |