Jonas Genannt writes:

Hello,

I use the following code in my local .mailfilter:


if (/^To: [EMAIL PROTECTED]/:h ) {
        to "[EMAIL PROTECTED]"
}

This code will send all messages with the To: [EMAIL PROTECTED] Header to
another address. This works quite fine, but maildrop changes the
Return-Path to "[EMAIL PROTECTED]"
Is it possible that maildrop does not change the Return-Path?

maildrop does not change anything. Your sendmail wrapper sets the return path. If the default path is wrong, you will have to run sendmail manually:

to "| sendmail [EMAIL PROTECTED] [EMAIL PROTECTED]"


Attachment: pgpKe4RMiDwNq.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to