5 messages in net.sourceforge.lists.courier-users[courier-users] Re: Duplicate emails
FromSent OnAttachments
Sam VarshavchikJun 4, 2002 9:51 pm 
ga...@extra-action.comJun 5, 2002 12:32 am 
Sam VarshavchikJun 5, 2002 6:09 am 
ga...@extra-action.comJun 5, 2002 10:58 am 
Sam VarshavchikJun 5, 2002 12:01 pm.txt
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: Duplicate emailsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 5, 2002 12:01:48 pm
List:net.sourceforge.lists.courier-users
Attachments:

ga@extra-action.com writes:

Show an example (headers+log files).

In this example, there is an alias for test: gabe

So, I addressed an e-mail to te@sotech.com, copy to ga@sotech.com.

Try the following patch. If it works all right for a month, or two, send it back to me.

-- Sam

Index: courier/submit.C =================================================================== RCS file: /cvsroot/courier/courier/courier/courier/submit.C,v retrieving revision 1.29 diff -U3 -r1.29 submit.C --- courier/submit.C 18 May 2002 00:32:43 -0000 1.29 +++ courier/submit.C 5 Jun 2002 18:59:48 -0000 @@ -1617,7 +1617,7 @@ }

key += '\n'; - key += oaddress; + key += deliv_addressl;

if (handlerp.submitptr->ChkRecipient(key)) dupflag=1;