Hi,
I'd like to see some improvement in the vacation module.
In the moment you only
set: mail adr.
period
text message
active/inactive
From my point of view the following should be added (should be
easy)
set starting day + time (!) # typical Friday 3-p.m.
end day + time (!) # Sunday 8p.m.
Add a simple filter around vacation, so mailing lists etc. are not "spamed"
witch vacation.
--------------
if not header :contains "Precedence" ["bulk","list"] {
vacation ...
.
;}
------------------
I'm always doing it directly, but many users are not able to handle
a sieve script. In the old SLOX it was included (time and date).
Just a hint ....
I'd like to see some improvement in the vacation module.
In the moment you only
set: mail adr.
period
text message
active/inactive
From my point of view the following should be added (should be
easy)
set starting day + time (!) # typical Friday 3-p.m.
end day + time (!) # Sunday 8p.m.
Add a simple filter around vacation, so mailing lists etc. are not "spamed"
witch vacation.
--------------
if not header :contains "Precedence" ["bulk","list"] {
vacation ...
.
;}
------------------
I'm always doing it directly, but many users are not able to handle
a sieve script. In the old SLOX it was included (time and date).
Just a hint ....
Comment