search for: msgcontent

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

2017 Jul 22
2
SIEVE: handling of lineending in fields
...uot;from" "*" { set "from" "${1}"; } if header :matches "to" "*" { set "to" "${1}"; } foreverypart { if header :mime :type :is "Content-Type" "text" { extracttext :first 30 "msgcontent"; break; } } pipe :copy :try "notify.sh" [ "", "(${from})#${to}#${subject}", "\"${msgcontent}\"" ]; What i get now is an error about looks like encoding of the linefeeds. default: line 107: error: specified :args item `"tes...
2017 Jul 25
0
SIEVE: handling of lineending in fields
...t; "${1}"; > } > if header :matches "to" "*" { > set "to" "${1}"; > } > > foreverypart > { > if header :mime :type :is "Content-Type" "text" > { > extracttext :first 30 "msgcontent"; > break; > } > } > > pipe :copy :try "notify.sh" [ "", "(${from})#${to}#${subject}", > "\"${msgcontent}\"" ]; > > What i get now is an error about looks like encoding of the linefeeds. > > default:...