search for: dateierweiterung

Displaying 2 results from an estimated 2 matches for "dateierweiterung".

2019 Jan 15
0
Solved: Sieve: reject certain mime-types and notify recipient
...e :param "filename" :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