[OGo-Users] Client MSOutlook displays blank sender
Florian Reitmeir
users@opengroupware.org
Wed, 7 Feb 2007 17:54:15 +0100
On Mit, 07 Feb 2007, Helge Hess wrote:
> On Feb 7, 2007, at 10:24, Andrea Valota wrote:
> >I'm using exim 3..
> >Do you think I can arrange something in there?
>
> I'm not exactly an MTA export ... Switching to Postfix might help? No
> idea ;-)
>
> You might also want to search Bugzilla whether you can find the
> issue, possibly with a solution.
>
> Those empty lines in the MIME message are almost certainly the
> problem (unless they got introduced by a pasting error with \r\n when
> you sent the mail, attaching the raw mail to a bugreport would be
> helpful).
I tried reporting this many times.. and in some versions its not so bad.
on some of my installations I a added a sendmail script to /usr/local/bin like:
cat /usr/local/bin/sendmail-ogo
#!/bin/sh
# ogo tries to send really buggy mails with the massmailing tool
if [ "$#" -eq 3 ]; then
exit 0
fi
# fix:
# line endings
# add in massmailings a To: line
# delete any Reply-To line
# change the X-Mailer so spamassassin will not by default charge spampoints on the mails
# Format <Mailername> <Version> (only needed if Mailername has more than 7 chars)
/usr/bin/flip -u - | formail -a "To: bulk" -I "Reply-To:" -I X-Mailer -A "X-Mailer: OpenGroupware.org v1.0b2 Debian/Sarge" | /usr/sbin/sendmail "$@"
to actiate in OGO use:
in /etc/opengroupware.org/ogo/Defaults/NSGlobalDomain.plist
SendmailPath = "/usr/local/bin/sendmail";
After that mails, including attachments are fine.
--
Florian Reitmeir