Mijn autoresponder heeft aan: Precedence: junk
Kan ik dit zonder problemen veranderen in het onderstaande script door:
Precedence: bulk
Bij hotmail gebruikers wordt anders meteen de mail in de junk folder gezet.
SHELL=/bin/sh # for other shells, this might need adjustment
EMAIL=`formail -zxTo:`
:0 Whc: vacation.lock
# Perform a quick check to see if the mail was addressed to us
#* $^To:.*\<$\LOGNAME\>
# Don't reply to daemons and mailinglists
* !^FROM_DAEMON
# Mail loops are evil
* !^X-Loop: ${EMAIL}
| formail -rD 8192 {PFAD}/.vacation.cache
:0 ehc # if the name was not in the cache
| (formail -rI"From: {EMAIL_ADDRESS}" -I"Precedence: junk" \
-A"X-Loop: ${EMAIL}" ; \
cat {PFAD}/.vacation.msg \
) | $SENDMAIL -oi -t

Likes:


Quote