![]() |
|
FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc. |
![]() |
|
Thread Tools |
![]() |
#16 |
Cornerstone of the Community
Join Date: Jun 2004
Location: Rupert, WV
Posts: 908
|
I guess there is an issue, or I don't properly understand how that variable is supposed to work. I am under the impression that if you want a vacation message to be sent within the time frame one specifies, the vacation rule is only 'enabled' for that time.
I copied the example from the blog. Then I changed the seconds variable to 60, the email address to one of mine, and the text for the message. I sent a mail right away and got the vacation message, then I waited 10 minutes or so and sent another test email. I did get another vacation message. - Bruce |
![]() |
![]() |
![]() |
#17 | |
Intergalactic Postmaster
Join Date: May 2004
Location: Irving, Texas
Posts: 9,068
|
Quote:
Bill |
|
![]() |
![]() |
![]() |
#18 |
Intergalactic Postmaster
Join Date: May 2004
Location: Irving, Texas
Posts: 9,068
|
I still can't get it to work correctly when using vacation seconds of 60. Here is what I'm using for my test:
Code:
vacation :seconds 60 "This is a 60 second test."; Please try the sieve code I posted above. I am inserting this code between ### 5 and ### 6. That's immediately after the placeholder for the normal rules screen vacation response. Bill |
![]() |
![]() |
![]() |
#19 |
Cornerstone of the Community
Join Date: Jun 2004
Location: Rupert, WV
Posts: 908
|
Oh jeez, I feel stupid. I didn't receive any vacation messages before, I was mistaking the email that I was sending to myself as the vacation response, even though the text of the email and the vacation message were totally different from each other!
I replaced the code that I had used with the code in your last post, Bill, and I know for sure this time that I was only receiving the test email and not getting a vacation message. So I then enabled the vacation feature in Settings and didn't set a start or end time, but I still did not get a vacation message. |
![]() |
![]() |
![]() |
#20 |
Essential Contributor
Join Date: Dec 2008
Location: Canada
Posts: 313
|
Bill, how did you discover the undocumented extensions?
What does notify 'app' do? |
![]() |
![]() |
![]() |
#21 | |
Intergalactic Postmaster
Join Date: May 2004
Location: Irving, Texas
Posts: 9,068
|
Quote:
On three Fastmail accounts with 60 seconds specified in the vacation sieve statement I only get one auto-reply. If I wait several messages and send another test message there is no auto-reply. Fastmail staff will be looking into this tomorrow. Bill |
|
![]() |
![]() |
![]() |
#22 | |
Intergalactic Postmaster
Join Date: May 2004
Location: Irving, Texas
Posts: 9,068
|
Quote:
Code:
### 6. Sieve generated for calendar preferences if allof( header :is "X-ME-Cal-Method" "request", not exists "X-ME-Cal-Exists", header :contains "X-Spam-Known-Sender" "in-addressbook" ) { notify :method "addcal"; } elsif exists "X-ME-Cal-Exists" { notify :method "updatecal"; } Bill |
|
![]() |
![]() |