iRedMail

Results 31 issues of iRedMail

I got messages with `From:` like this: ``` From: Name< [email protected] > From: Name ``` Both report `unclosed angle-addr` error, but MUAs work fine. I wonder whether we can handle...

enhancement
good first issue
decoding

Tried to upgrade ansible and mitogen to supported versions on Ubuntu 18.04 (Python 3.6.9), but the latest supported Ansible is 4.10.0 with ansible-core-2.11.12. Tried all mitogen-0.3.x, but all report error...

bug
affects-0.3

### Problem to solve Our application supports MySQL and OpenLDAP backends, there're few differences between them, we'd like to run certain hurl entries when it's using X backend. I didn't...

enhancement

**Describe the bug** `cpu.Info()` doesn't work on OpenBSD, version 7.5, MacBook Pro with M3 Pro chip (arm64). **To Reproduce** ```go import "github.com/shirou/gopsutil/v4/cpu" _, err := cpu.Info() ``` It reports error...

package:cpu
os:openbsd

- fixes #272 ## Requirements - `pkg update` - `pkg upgrade` - install bash: `pkg install -y bash`. - ~~Switch to Latest packages instead of Quarterly: https://docs.freebsd.org/en/books/handbook/ports/#quarterly-latest-branch~~ - ~~Packages with...

Currently, sending an email to a mailing list with, e.g. 30 members, throttle plugin counts it as 30 messages (and 10 emails sent to the mailing list are counted as...

This PR introduces a new function with test: ``` // GenSignature reads message from r and return signature (without `DKIM-Signature:` header key). GenSignature(r io.Reader, options *SignOptions) (signature string, err error)...

Hi @jhillyerd Current `Wrap()` folds long line after whitespace or tab characters, but if a line doesn't contain any whitespace and tab, it doesn't respect the max length, which means...

### Bug description > This is a sharing instead of bug report or feature request. According to [netdata doc](https://learn.netdata.cloud/docs/netdata-agent/installation/docker), running netdata inside docker requires 2 capabilities: `SYS_PTRACE`, `SYS_ADMIN`. I built...

bug
needs triage

Script `clamav.sh` calls command `lockfile` which is offered by `procmail`, but `procmail` is not part of base system on most Linux systems. Also, BSD systems offer `lockf` in base system....