On Fri, 15 Feb 2002, Alex Voronin wrote:
> >
> > OK, i made the 1.6-pre1 :
> >
> :(
>
> > Date 05-02-2002 1.6
> > Added a new USER.TAB variable "UseReplyTo" ( default 1 ) to make it
> > possible to disable the emission of the Reply-To: header for mailing
> > lists.
> > Fixed a bug that caused XMail to uncorrectly deliver POP3 fetched
> > messages when used togheter with domain masquerading.
>
> On my configuration it doesn't work correctly.
> All masqueraded messages fetched to psync-errors. The same bug as in
> a previous version.
You're right. Change in SMAILUtils.cpp :
line 2750 from :
szToUser, ppszDomains[0]);
to :
szToUser, ppszDomains[0] + 1);
line 2788 from :
ppszRcptList[ii], ppszDomains[0]);
to :
ppszRcptList[ii], ppszDomains[0] + 1);
>
> > Changed index file structure to use an hash table for faster lookups
> > and index rebuilding.
> > New files inside the tabindex directory now have the extension
> > .hdx and old .idx files can be removed.
> > Added X-Deliver-To: header detection for POP3 fetched mail delivery
> > and improved delivery algorithm.
> > Added X-Deliver-To: header to messages redirected with MAILPROC.TAB
> > file.
>
> The better is to make this field configurable. The exact name of a field
> depend on ISP.
This is the next step ( still in 1.6, maybe pre2 ).
- Davide
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]