Discussion:
sending mail, problems since GW7 SP1 - Bug since SP1?
(too old to reply)
Marc Geisinger
2006-08-17 06:02:12 UTC
Permalink
Hi,
i have a php script that is sending mails using groupwise. To do this i
entered our GW-server as relayhost in my postfix/main.cf.
The mail is build comletely by my script, not using any mail class or
anything. This script worked without problems. But lately I had problems
with the attachments names in my mails (sent with this script):
GW-Client did no longer show the attachment names but only part.000,
part.001 and so on.

After searching and trying around for a while, i found the error today:
when adding an attachment to the mail (mutlipart/mixed), i add a new
header with the content-type, the transfer encoding and the content
disposition.
Following RFC 2183 (http://www.faqs.org/rfcs/rfc2183), 2.3, the filename
parameter is added to the content-disposition header

Content-Disposition: attachment; filename=genome.jpeg;

But doing it like this, the filename is no longer recognised by
groupwise (seems to be since GW7 SP1 was installed here). Checking other
mails i finally found out, that within them, the filename is in the
content-type header. Putting the filename there will make my script work
again, with showing the attachments filenames in my GW client.

So my mails only work correct, if they are not formed like they should
be formed. I'm not sure if this is a SP1 problem, but it could possibly
be, because the date SP1 was installed was around the day i first got
this problem (was not to cencerned first, because all was still under
development and it could have been another change that caused this).
Tommy Mikkelsen
2006-08-17 07:41:12 UTC
Permalink
duplicate.

Answered in the php-forum
--
Best Regards

Tommy Mikkelsen

IT Quality A/S
Denmark

Novell Developer Forums SYSOP

Please Report back any success or failure, That way we all learn

Sorry, but no support through email

"I hate bugs".......Tommy Lee Jones, MIB

Be a GroupWiseR, go http://www.groupwiser.net
Tommy Mikkelsen
2006-08-17 07:41:20 UTC
Permalink
duplicate.

Answered in the php-forum
--
Best Regards

Tommy Mikkelsen

IT Quality A/S
Denmark

Novell Developer Forums SYSOP

Please Report back any success or failure, That way we all learn

Sorry, but no support through email

"I hate bugs".......Tommy Lee Jones, MIB

Be a GroupWiseR, go http://www.groupwiser.net
Tommy Mikkelsen
2006-08-17 07:40:20 UTC
Permalink
I told the dev. team about this, and replied to you in the php forum ;-)
--
Best Regards

Tommy Mikkelsen

IT Quality A/S
Denmark

Novell Developer Forums SYSOP

Please Report back any success or failure, That way we all learn

Sorry, but no support through email

"I hate bugs".......Tommy Lee Jones, MIB

Be a GroupWiseR, go http://www.groupwiser.net
Guenter
2006-08-17 13:15:36 UTC
Permalink
Hi Tommy,
Post by Tommy Mikkelsen
I told the dev. team about this, and replied to you in the php forum ;-)
come on - if spammers flood our forums here with spam over and over then I
think its also ok to have such valuable information duplicate in some other
forums where folks might first look for such information;
and since Marc also provided a workaround its even more valuable for others
until it may be fixed finally in the product....
you know that I normally do not recommend to cross-post - just in this case I
did because I think it belongs more here to the gw* forums.

greets, Guen.
Tommy Mikkelsen
2006-08-17 19:49:47 UTC
Permalink
Defect #200069 has been supmitted
--
Best Regards

Tommy Mikkelsen

IT Quality A/S
Denmark

Novell Developer Forums SYSOP

Please Report back any success or failure, That way we all learn

Sorry, but no support through email

"I hate bugs".......Tommy Lee Jones, MIB

Be a GroupWiseR, go http://www.groupwiser.net
Loading...