Here's one I have:


Aaron Stone wrote:
> On Tue, Oct 9, 2007, Anne <[EMAIL PROTECTED]> said:
> 
>> Paul J Stevens wrote:
>>> Anne wrote:
>>>   
>>>> Paul,
>>>>
>>>> Can you please give more information about bug 508. What did you find?
>>>> I'm willing to post the problem on an avelsieve list. I guess they want
>>>> as much info as possible.
>>>>     
>>> I didn't find anything, just that dbmail's behaviour is on target.
>>>
>>> Your own final remark seemed to confirm that:
>>>
>>> '''
>>> So there's only a problem when the script is generated by Avelsieve.
>>>   
>> That doesn't necessarily mean the problem must be caused by Avelsieve.
>> Who knows, maybe dbmail chokes on something valid created by 
>> Avelsieve... :-)
>>
>>> '''
>>>
>>> I dont use avelsieve myself. Isn't that project dead?
>>>   
>> I'm actually using Squirrelmail 1.4.10a which uses Avelsieve:
>> This script has been automatically generated by avelsieve # (Sieve Mail 
>> Filters Plugin for Squirrelmail)
> 
> Please post scripts that produce possibly questionable behavior.
> 
> The only salient difference in scripts generated by Avelsieve is that they
> includes a PHP serialized array that encodes each action so that Avelsieve
> does not need to use a full sieve parser. Since support for # COMMENTS...
> is very good in libSieve, I need to actually see a script to be able to
> evaluate real behavioral differences.
> 
> Aaron
> 
> 
> _______________________________________________
> DBmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
# This script has been automatically generated by avelsieve
# (Sieve Mail Filters Plugin for Squirrelmail)
# Warning: If you edit this manually, then the changes will not 
# be reflected in the users' front-end!
#AVELSIEVE_VERSIONYTo0OntzOjU6Im1ham9yIjtpOjE7czo1OiJtaW5vciI7aTo5O3M6NzoicmVsZWFzZSI7aTo2O3M6Njoic3RyaW5nIjtzOjU6IjEuOS42Ijt9
#AVELSIEVE_CREATED1190926703
#AVELSIEVE_MODIFIED1190926703
require 
["fileinto","envelope","reject","vacation","relational","comparator-i;ascii-numeric","regex","notify"];
if
#START_SIEVE_RULEYTo2OntzOjQ6ImNvbmQiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImhlYWRlciI7czo2OiJoZWFkZXIiO3M6NjoidG9vcmNjIjtzOjk6Im1hdGNodHlwZSI7czo4OiJjb250YWlucyI7czoxMToiaGVhZGVybWF0Y2giO3M6MTI6InBhYmxvQG5mZy5ubCI7fX1zOjQ6InR5cGUiO3M6MToiMSI7czo2OiJhY3Rpb24iO3M6MToiNiI7czoxMzoidmFjX2FkZHJlc3NlcyI7czoxMjoicGFibG9AbmZnLm5sIjtzOjg6InZhY19kYXlzIjtzOjE6IjciO3M6MTE6InZhY19tZXNzYWdlIjtzOjEzMDoiVGhpcyBpcyBhbiBhdXRvbWF0ZWQgcmVwbHk7IEkgYW0gYXdheSBhbmQgd2lsbCBub3QgYmUgYWJsZSB0byByZXBseSB0byB5b3UgaW1tZWRpYXRlbHkuSSB3aWxsIGdldCBiYWNrIHRvIHlvdSBhcyBzb29uIGFzIEkgcmV0dXJuLiI7fQ%3D%3DEND_SIEVE_RULE
header :contains ["to", "cc"] "[EMAIL PROTECTED]"
{
vacation :days 7 :addresses ["[EMAIL PROTECTED]"] text:
This is an automated reply; I am away and will not be able to reply to you 
immediately.I will get back to you as soon as I return.
.
;
}
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to