Re: procmail e messaggi senza sybject
ciao Leonardo Boselli,
> quale è la regola da mettere perché a TUTTI i messaggi che arrivano
> con subject VUOTO (o contenente solo blank) venga rimandato un
> messaggio che invita a ripetere l'invio, accludendo il subject, ovvero a
> fare un reply al messgio di avviso afinché possa "riesumarlo" ?
fuochino:
# SPAM:
# The "To:" line doesn't exist
:0
* ! ^To:
{
:0 fhw
| $FORMAIL -A "X-procmail-antispam: TO line doesn't exist"
:0
spam
}
# The "To:" line is empty
:0
* ^To: *$
{
:0 fhw
| $FORMAIL -A "X-procmail-antispam: TO line is empty";
:0
spam
}
# The "From:" line is empty
:0
* ^From: *$
{
:0 fhw
| $FORMAIL -A "X-procmail-antispam: FROM line is empty";
:0
spam
}
:-)
consiglio: evita questi automatismi, il mittente potrebbe non essere
quello che credi....
--
/* Paolo Pedaletti,
Reply to: