I changed the .mailfilter a little bit since I don't have sendmail
defined in my maildroprc:
.mailfilter script:
FROM='[EMAIL PROTECTED]'
import SENDER
if ($SENDER eq "")
{
SENDER=$FROM
}
cc "./Maildir"
AUTOREPLYFROM=$FROM
`/usr/lib/courier/bin/mailbot -A "X-Sender: $FROM" -A "From:
$AUTOREPLYFROM" -m "./autoreply" /usr/bin/sendmail -t -f ""`
EXITCODE = 0
exit
And here's my maildroprc:
if ( $SIZE < 26144 )
{
exception {
xfilter "/usr/bin/spamassassin"
}
}
if (/^X-Spam-Flag: *YES/)
{
exception {
to "$HOME/Maildir/.Trash/"
}
}
else
{
exception {
to "$HOME/Maildir/"
}
}
Would this have any effect of the $HOME/.courier and $HOME/.mailfilter
being read? I don't seem to get any information and /var/log/mail* so
I'm wonder if maildrop is even seeing my $HOME/.mailfilter?
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sam
Varshavchik
Sent: Tuesday, June 24, 2003 10:51 PM
To: Courier
Subject: [courier-users] Re: duplicate deliveries with aliases
Gordon Messmer writes:
> Gordon Messmer wrote:
>>
>> However, when I send a message to a user and to an alias for that
>> user,
>> the user will receive two messages. Clearly, submit is not doing
what
>> it is supposed to. Where should I start looking for the problem?
>
> Sam~ Could you at least confirm that you know about this problem, or
> assert that it is not a bug?
I know that it's happening. I have not researched why it's happening.
Alias
expansion is tricky, and there might be a reason for that, I don't
recall
all the nitty gritty details off the top of my head. I'll look at it,
eventually, but I don't see this as a hold-the-presses major
malfunction.
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users