und noch was (mit dem gleichen Ergebnis)
Server Mail Rule Does Not Capture All Attachments
Product:
Lotus Domino > Lotus Domino Server > Versions 6.0, 6.5
Platform(s):
Platform Independent
Doc Number:
1193383
Published 20.04.2005
Technote
Problem
In IBM Lotus Domino, you create a server mail rule to block certain attachment types. However, the rule does not work on all attachments, only on attachments that are content disposition type. The rule fails when the content disposition type is inline. Can you get a rule to work for all attachments?
Solution
This issue was reported to Quality Engineering and has been addressed in Domino 6.5.4 and 6.0.5.
Excerpt from the Lotus Notes and Domino Release 6.5.4/6.0.5 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
Mail Server
SPR# JALS5YQVUU - Server mail rule was not capturing all attachments. For the fix to take affect, the Notes.ini variable "MIMEForceAttachments=1" must be used.
The Domino server notes.ini parameter, MIMEForceAttachments=1, must be included for mail rules to be successfully applied to inline attachments.
In versions prior to 6.0.5 and 6.5.4, inline attachments were not stored as $File items so the rule formula did not catch them. In these earlier Domino versions, the rule only worked in cases where the Content-Disposition was of the type attachment and not inline.
Example of an attachment header that was NOT blocked by a rule:
-------=____1079560476288_6-.9KZDpMd
Content-Type: application/x-zip-compressed;
name="exmouth.zip"
Content-Disposition: inline; <-- this should read as attachment
inline.
filename="exmouth.zip"
Content-Transfer-Encoding: base64