Пользователь не может сохранить изменения в HTML Отформатированные электронные письма в общедоступной Папке

Наконец я получил некоторое решение или по крайней мере обходное решение, поскольку это, кажется, не очень изящно. Я использую существующий ssl vhost со следующей конфигурацией:

Alias /gitweb /usr/lib/cgi-bin
Alias /gitweb.css /usr/share/gitweb/gitweb.css
Alias /git-favicon.png /usr/share/gitweb/git-favicon.png
Alias /git-logo.png /usr/share/gitweb/git-logo.png
<Directory /usr/lib/cgi-bin>
    AuthType Basic
    AuthName "Gitweb Repository View"
    AuthUserFile /etc/apache2/gitweb.passwd
    Require valid-user
    SSLRequireSSL
    Options +Indexes +ExecCGI +FollowSymLinks +MultiViews
    AddHandler cgi-script .cgi
    DirectoryIndex gitweb.cgi
    Order allow,deny
    Allow from all
</Directory>

Мне не нравятся те псевдонимы, но по крайней мере это работает, не касаясь cgi.

0
задан 25 March 2014 в 20:21
1 ответ

Uninstalling Internet Explorer 11 fixed the issue. After removing a host of other updates, I jumped the gun and uninstalled that and was able to edit these HTML emails just fine.

I found a number of other complaints about IE11 causing Outlook 2003 to send saved drafts instead of completed e-mails (if the final e-mail hadn't been saved), resulting in e-mails that look like they were truncated. In every case removing IE11 was the answer; I found some that suggested checking the Use Microsoft Office Word 2003 to edit e-mail messages option under Tools->Options->E-mail Format, but I didn't see anyone that reported their issue fixed by this.

I'm going to reinstall IE11 and see if I can't fiddle with settings in either Outlook or IE11 to break this connection; I think Outlook 2003 might treat e-mails moved into public folders as some sort of draft, which would be why it was discarding any changes while AutoSave is enabled (which I believe is the default.) While it's no problem using IE10 and disabling the auto-update, at some point someone will push for getting IE11, and I don't want to deal with this problem again when that day comes

If I find a way to make it work with IE11, I'll update this post. (Though I don't know if it would fix the issue with truncated e-mails being sent.)

EDIT: I tried a few different settings in Outlook (in particular, turning off autodraft and toggling Word as editor) and checking settings in IE11 but couldn't break the connection. I need to move forward and can't spare anymore time on this, so I just uninstalled IE11 and set IE10 to not auto-update. Hopefully this is fixed in a future update to IE11 so we won't have to worry about upgrading.

0
ответ дан 5 December 2019 в 14:12

Теги

Похожие вопросы