Gabriele Bulfon
Gabriele Bulfon
Hi, I'm trying to package and distribute the script on our XStreamOS/illumos distro (SunOS 5.11). Running the script the first time with "--force" I get this error: /sonicle/sbin/clamav-unofficial-sigs.sh: line 1849:...
Hi, is there any reason why a Windows VM shutting down from within Windows leaves the specific svc in maintenance state? I always need to disable the specific svc to...
I used the create_file_umask=0000 to force files to be as "chmod 777" and it works. Problem is that once a new file is created, it cannot be overwritten if you...
Hi, we have built hyperscan on our XStreamOS illumos distro, to use it with rspamd. The daemon crashes on startup with a dump suggesting a problem with hyperscan: libc.so.1`_lwp_kill+0xa() libc.so.1`raise+0x20(6)...
**Description of the problem** When a long operation is running on a folder (e.g. search/sort of 100.000 or more msgs with a message body pattern term), I may want to...
We have accounts that can be accessed through Thunderbird using imap and oauth2 correctly. We tried using your solution with oauth2_office365 to create the tokens, uploaded to the imapsync server,...
**Describe the bug** While setPeek(true) works fine on an IMAPMessage when getting content data such as text parts or attachment parts, when trying to get the content of an inner...
Hi, I'm trying to create a custom method for the "Batch subscribe or unsubscribe" [POST /lists/{list_id}] which needs a members[] body parameter containing max 500 contact objects. I don't know...
Hello, I think I found a bug. RRule.fromString("FREQ=MONTHLY;BYSETPOS=3;BYDAY=TH;INTERVAL=3;UNTIL=20240730T220000Z").toText(); returns : 'every 3 months on Thursday until July 30, 2024' should be : 'every 3 months on 3rd Thursday until July...
Hi, in an async code I use setState containing code that adds many levels of TreeNode elements to the tree, to update the tree state after all the adding. What...