mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
62f6fbbaae
* Fixes #496 enabling all domains to get spam headers and spam checks (integration tests included)
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
use strict;
|
|
|
|
@local_domains_maps = (
|
|
read_hash('/etc/postfix/vhost')
|
|
);
|
|
|
|
1; # ensure a defined return
|