-
The issue (bug) you reported recently was marked as FIXED.
This means that the assignees have addressed the problem and future
versions should not contain that issue anymore. So if you can
update to a more recent version, please do so. If you have used a
nightly build to report the issue, please go and verify that the
issue is really fixed with the next upcoming build.
Thanks for your...
2009-11-16 08:03:24 UTC in YAM - Yet Another Mailer
-
thboeckel committed revision 4425 to the YAM - Yet Another Mailer SVN repository, changing 2 files.
2009-11-16 08:02:28 UTC in YAM - Yet Another Mailer
-
thboeckel committed revision 4424 to the YAM - Yet Another Mailer SVN repository, changing 1 files.
2009-11-13 12:56:42 UTC in YAM - Yet Another Mailer
-
thboeckel committed revision 4423 to the YAM - Yet Another Mailer SVN repository, changing 1 files.
2009-11-13 12:48:05 UTC in YAM - Yet Another Mailer
-
thboeckel committed revision 4422 to the YAM - Yet Another Mailer SVN repository, changing 2 files.
2009-11-13 08:30:04 UTC in YAM - Yet Another Mailer
-
thboeckel committed revision 4421 to the YAM - Yet Another Mailer SVN repository, changing 2 files.
2009-11-12 12:10:18 UTC in YAM - Yet Another Mailer
-
thboeckel committed revision 4420 to the YAM - Yet Another Mailer SVN repository, changing 2 files.
2009-11-12 11:50:35 UTC in YAM - Yet Another Mailer
-
I just tried to reproduce this stuff and changed my address in the quick setup to "bogus@gmx.de", then I wrote a mail to myself. Sending this mail was impossible, because GMX didn't accept the mail as the user "bogus@gmx.de" is unknown. A different address (foobar@gmx.de) caused a similar error message, because this address exists but does not belong to me.
The reason why "bogus@online.de"...
2009-11-12 10:51:31 UTC in YAM - Yet Another Mailer
-
As I said in the forum already, YAM *never* generates a Return-Path line. These are only created by the various "forwarders" on the way to the recipient. Thus it only depends on the addresses you specify when composing the mail. How these addresses are used on the way from or to you is something completely different and cannot be influenced by YAM. As you can see in your example mail there are...
2009-11-12 09:28:19 UTC in YAM - Yet Another Mailer
-
Restructure the source like this and I am sure it will work:
if((cs = CodesetsFindBest(CSA_Source, buffer2,
CSA_CodesetFamily, CSV_CodesetFamily_Latin,
CSA_FallbackToDefault, TRUE,
TAG_DONE)) != NULL)
{
text3 = CodesetsUTF8ToStr(CSA_Source, buffer2,
CSA_SourceCodeset, cs,
2009-11-12 07:41:45 UTC in codesets.library