http://bugzilla.spamassassin.org/show_bug.cgi?id=3534





------- Additional Comments From [EMAIL PROTECTED]  2004-06-22 17:19 -------
FYI: As requested, the top of my generated spamassassin file.
As mentioned in comment #4, I solved the problem myself.
I overlooked a reference to the old SA2.63 spamassassin in the procmailrc.
Unfortuately it is quite difficult to find out which command in a procmailrc 
is causing what output to stderr.

#!/usr/local/bin/perl -T -w

eval 'exec /usr/local/bin/perl -T -w -S $0 ${1+"$@"}'
    if 0; # not running under some shell

# <@LICENSE>
# Copyright 2004 Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# </@LICENSE>

use strict;

use File::Spec;

my $PREFIX          = '/home/pieterb/sausr';             # substituted 
at 'make' time
my $DEF_RULES_DIR   = '/home/pieterb/sausr/share/spamassassin';      # 
substituted at 'make' time
my $LOCAL_RULES_DIR = '/home/pieterb/saetc/mail/spamassassin';    # 
substituted at 'make' time

use lib '/home/pieterb/sausr/lib/site_perl/5.6.1';                   # 
substituted at 'make' time





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to