Search found 1 match

by davemx
09 Nov 2020 17:21
Forum: 4.x Bugs
Topic: Mail fowarding 5.5.40
Replies: 20
Views: 14728

Re: Mail fowarding 5.5.40

The issue seems to be related to this:
https://github.com/MailScanner/v5/pull/508/commits/ad0f91c10e9dd8efcf240b36cae1603c1ce825b4

i deleted
if ($_ =~ /^ORCPT=rfc822;/)
{
MailScanner::Log::DebugLog("envrcpt_callback: ORCPT argument found: " . $_);
s/^ORCPT=rfc822;//;
if ($rcptto ...