Displaying 4 results from an estimated 4 matches for "fileextension".
Did you mean:
file_extension
2007 Apr 23
0
Correction to PR #9631 (PR#9632)
...ort
on.exit(unlink(tmpFiles))
logGuess <- function(x){
expl <- strsplit(x, "")[[1]]
rex <- rev(expl)
br <- match("/", rex)[1]
if(is.na(br))
return(x)
return(paste(rev(rex[1:(br - 1)]), sep = "", collapse = ""))
}
fileExtension <- function(string){
n <- nchar(string)
chars <- substring(string, 1:n, 1:n)
lastDot <- n + 1 - match(".", rev(chars), nomatch = n + 1)
substring(string, lastDot + 1, n)
}
sn <- sectionnames
if(any(nchar(sn) > 8)){
oldDir <- libname
lib...
2001 Jul 13
2
corrupt patch upload
Hi,
after trying to download the newest 2.4.6 patch
(http://www.zip.com.au/~akpm/ext3-2.4-0.9.2-246.gz) I noticed that the
file appears to be corrupt.
gunzip: ext3-2.4-0.9.2-246.gz: unexpected end of file
Tried a few times, on different machines.
( o>
///\
_\V_/_____________________________
[Sam]<mailto:sam@breakfree.com>
http://www.xplo.org/
"finger
2019 Jan 15
0
Solved: Sieve: reject certain mime-types and notify recipient
...lename" :matches
["Content-Type", "Content-Disposition"]
??????????????????????? ["*.doc","*.xsl"]
??????????????? {
??????????????????????? # send notification to original recipient
??????????????????????? notify :message "Rejected
Dateierweiterung/Fileextension ${from}: ${subject}" "mailto:${to}";
??????????????????????? # send rejection message to sender
??????????????????????? reject text:
Aus Sicherheitsgr?nden nehmen wir kein Office Dateien mehr an. Bitte
senden Sie uns ein PDF.
--
Ralf Becker
EGroupware GmbH
.
;
???????????????????????...
2019 Jan 14
2
Sieve: reject certain mime-types and notify recipient
I have to reject office files for a certain domain plus notifying the
original recipient about the rejection too.
require ["fileinto","reject","body","enotify","variables"];
if allof (address :contains ["To","TO","Cc","CC"] "@example.org", body
:content? "application/msword" :contains