On 2013-03-04 12:06 PM, Rudi Floren <rud...@go...> wrote:
> I hope christian will merge this into core. Than you can just change
> your vacation.conf with send_to_auto = true like the other settings.
Ok, but... I anticipate modifying these strings to test for (usually
adding, but maybe sometimes removing if it results in too many false
positives), so I'd like to get the entire list of test strings to test
for into vacation.conf somehow... so, something like:
+# Send vacation mails to do-not-reply email adresses.
+# By default vacation email adresses will be sent.
+# For now emails that contain any of the strings specified in
$send_to_auto_false won't
+# be answered when $send_to_auto is set to false.
+our $send_to_auto = true;
+# Strings to test for that if matched, emails will not be sent:
+#$send_to_auto_false =
"bounce|do-not-reply|facebook|linkedin|list-|myspace|twitter";
> Please test with a working vacation setup with test.sh I don't have a
> setup with vacation running.
Will attempt to when I have some time...
Many thanks again Rudi!
|