Casper Langemeijer wrote:
> Hi guys,
> 
> I built & installed 2.1.7 and have the following problem:
> 
> When I activate the following sievescript
> 
> <sievescript>
> require ["fileinto"];
> if allof (header :contains "subject" "{spam?}") {
>       fileinto "spam";
> }
> </sievescript>
> 
> My mails containing {spam?} are being put in my folder "spam" but
> marked deleted (and answered?!?!) as well. I read the RFC3028 (not
> entirely ;-) ) and the paragraph about fileinto (4.2) says nothing about
> deleting the message.

Sounds like a bug. If the status of a new message on delivery is
anything other than NEW (0) it *is* a bug.

This smells like a bug that Aaron fixed recently. I havent caught up
yet, so I'm not sure.

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to