Difference between revisions of "When sending a attachment, what does a "SUSPECT FILE REMOVED" error mean in Zimbra"

From IE Internet helpdesk
Jump to navigation Jump to search
(Created page with ' == When sending a attachment, what does a "SUSPECT FILE REMOVED" error mean in Zimb == ra')
 
Line 1: Line 1:
  
== When sending a attachment, what does a "SUSPECT FILE REMOVED" error mean in Zimb ==
+
== FileNames: When sending a attachment, what does a "SUSPECT FILE REMOVED" error mean? ==
ra
+
 
 +
When sending a attachment in a email. This error message will only appear if there is a mistake made in the naming of the file sent.
 +
 
 +
 
 +
The "short name" is defined as everything in the filename that comes after the directory specification, if any, and before the first dot . in the rest of the filename.
 +
 
 +
The short name can not contain any dots, since everything after the first dot counts as the '''extension'''. Similarly, it can not contain colons, backslashes or slashes, since these would count as part of the directory.
 +
 
 +
The short name may not begin or end with spaces.
 +
 
 +
For example, naming a file, Logbook.1pdf would produce this error because everything after the '''dot''' is the extension and the number 1 being positioned after the dot would affect the extensoin name pdf.
 +
 
 +
It is important to be careful when naming files

Revision as of 15:29, 7 March 2012

FileNames: When sending a attachment, what does a "SUSPECT FILE REMOVED" error mean?

When sending a attachment in a email. This error message will only appear if there is a mistake made in the naming of the file sent.


The "short name" is defined as everything in the filename that comes after the directory specification, if any, and before the first dot . in the rest of the filename.

The short name can not contain any dots, since everything after the first dot counts as the extension. Similarly, it can not contain colons, backslashes or slashes, since these would count as part of the directory.

The short name may not begin or end with spaces.

For example, naming a file, Logbook.1pdf would produce this error because everything after the dot is the extension and the number 1 being positioned after the dot would affect the extensoin name pdf.

It is important to be careful when naming files