Displaying 7 results from an estimated 7 matches for "menswearhouse".
2016 Nov 30
2
Sieve script won't compile. Compiler output isn't helpful.
...atch.
On 11/30/2016 04:10 AM, Martin Wheldon wrote:
> Hi Steven,
>
> I think you may be missing the :contains from the two header lines below:
>
>> if anyof (header "From" "store-news at amazon.com",
>> envelope :contains "From" "menswearhouse.com",
>> envelope :contains "From" "officedepot.com",
>> envelope :contains "From" "walgreens.com",
>> header "From" "promo at email.newegg.com") {
>> fileinto :create "Promo...
2016 Nov 30
3
Sieve script won't compile. Compiler output isn't helpful.
...> Hi Steven,
>>>
>>> I think you may be missing the :contains from the two header lines
>>> below:
>>>
>>>> if anyof (header "From" "store-news at amazon.com",
>>>> envelope :contains "From" "menswearhouse.com",
>>>> envelope :contains "From" "officedepot.com",
>>>> envelope :contains "From" "walgreens.com",
>>>> header "From" "promo at email.newegg.com") {
>>>>...
2016 Nov 30
2
Sieve script won't compile. Compiler output isn't helpful.
...5.example.com") {
fileinto :create "Lists/Bulk";
stop;
}
else {
fileinto :create "Lists";
stop;
}
}
if anyof (header "From" "store-news at amazon.com",
envelope :contains "From" "menswearhouse.com",
envelope :contains "From" "officedepot.com",
envelope :contains "From" "walgreens.com",
header "From" "promo at email.newegg.com") {
fileinto :create "Promo";
stop;
}
if envelope...
2016 Nov 30
0
Sieve script won't compile. Compiler output isn't helpful.
Hi Steven,
I think you may be missing the :contains from the two header lines
below:
> if anyof (header "From" "store-news at amazon.com",
> envelope :contains "From" "menswearhouse.com",
> envelope :contains "From" "officedepot.com",
> envelope :contains "From" "walgreens.com",
> header "From" "promo at email.newegg.com") {
> fileinto :create "Promo";
>...
2016 Nov 30
0
Sieve script won't compile. Compiler output isn't helpful.
...in Wheldon wrote:
>> Hi Steven,
>>
>> I think you may be missing the :contains from the two header lines
>> below:
>>
>>> if anyof (header "From" "store-news at amazon.com",
>>> envelope :contains "From" "menswearhouse.com",
>>> envelope :contains "From" "officedepot.com",
>>> envelope :contains "From" "walgreens.com",
>>> header "From" "promo at email.newegg.com") {
>>> fileinto :cr...
2016 Nov 30
0
Sieve script won't compile. Compiler output isn't helpful.
...>>
>>>> I think you may be missing the :contains from the two header lines
>>>> below:
>>>>
>>>>> if anyof (header "From" "store-news at amazon.com",
>>>>> envelope :contains "From" "menswearhouse.com",
>>>>> envelope :contains "From" "officedepot.com",
>>>>> envelope :contains "From" "walgreens.com",
>>>>> header "From" "promo at email.newegg.com") {
>&...
2016 Nov 30
1
Sieve script won't compile. Compiler output isn't helpful.
...;> I think you may be missing the :contains from the two header lines
>
>>>>> below:
>>>>>
>>>>>> if anyof (header "From" "store-news at amazon.com",
>>>>>> envelope :contains "From" "menswearhouse.com",
>>>>>> envelope :contains "From" "officedepot.com",
>>>>>> envelope :contains "From" "walgreens.com",
>>>>>> header "From" "promo at email.newegg.com&qu...