https://bugs.contribs.org/show_bug.cgi?id=10517

            Bug ID: 10517
           Summary: EmailForward and ForwardAddress properties are used in
                    mailfilter rules but not in procmail
    Classification: Contribs
           Product: SME Contribs
           Version: 9.2
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-mailsorting
          Assignee: supp...@dungog.net
          Reporter: te...@pialasse.com
        QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

# grep EmailForward -r /etc/e-smith/templates-user/
/etc/e-smith/templates-user/.qmail/70Forward:   unless ($props{EmailForward} =~
/^(forward|both)$/);
/etc/e-smith/templates-user/.qmail/90local:      unless ($props{EmailForward}
=~ /^(local|both)$/);
/etc/e-smith/templates-user/.qmail/50Filter:    if ($props{EmailForward})
/etc/e-smith/templates-user/.qmail/50Filter:      my $EmailForward =
$props{EmailForward}  || 'on';
/etc/e-smith/templates-user/.qmail/50Filter:            if ($EmailForward eq
'forward');
/etc/e-smith/templates-user/.qmail/76Filter:    if ($props{EmailForward})
/etc/e-smith/templates-user/.qmail/76Filter:      my $EmailForward =
$props{EmailForward}  || 'on';
/etc/e-smith/templates-user/.qmail/76Filter:            if ($EmailForward eq
'forward');
/etc/e-smith/templates-user/.qmail/00setup:    $props{EmailForward} ||=
'local';
/etc/e-smith/templates-user/.procmailrc/00setup:    our $EmailForward =
$props{EmailForward}  || '';
/etc/e-smith/templates-user/.mailfilter/90default:    # honour EmailForward
/etc/e-smith/templates-user/.mailfilter/90default:    my $EmailForward =
$props{EmailForward}  || '';
/etc/e-smith/templates-user/.mailfilter/90default:    if ($EmailForward eq
'forward')
/etc/e-smith/templates-user/.mailfilter/90default:    elsif ($EmailForward eq
'both')
/etc/e-smith/templates-user/.mailfilter/00setup:    our $EmailForward =
$props{EmailForward}  || '';


# grep  ForwardAddress -r /etc/e-smith/templates-user/
/etc/e-smith/templates-user/.qmail/70Forward:    return '&' .
$props{ForwardAddress};
/etc/e-smith/templates-user/.procmailrc/00setup:    our $ForwardAddress =
$props{ForwardAddress}  || '';
/etc/e-smith/templates-user/.mailfilter/90default:    my $ForwardAddress =
$props{ForwardAddress}  || '';
/etc/e-smith/templates-user/.mailfilter/90default:      $OUT .= "to
\"!$ForwardAddress\"";
/etc/e-smith/templates-user/.mailfilter/90default:      $OUT .= "to
\"!$ForwardAddress\"";
/etc/e-smith/templates-user/.mailfilter/00setup:    our $ForwardAddress =
$props{ForwardAddress}  || '';


either both might need it or none.

they both are called (one or the other ) in
/etc/e-smith/templates-user/.qmail/76Filter so after qmail has already used the
forward directive if active in 70Forward

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to