Kod: Zaznacz cały
# Jason's first attempt at a maildroprc file...
if ( $SIZE < 204800 )
{
exception {
xfilter "/usr/bin/spamassassin"
}
}
if (/^X-Spam-Flag: *YES/)
{
exception {
to "$HOME/Maildir/.Trash/"
}
}
Pozdro!!
Kod: Zaznacz cały
# Jason's first attempt at a maildroprc file...
if ( $SIZE < 204800 )
{
exception {
xfilter "/usr/bin/spamassassin"
}
}
if (/^X-Spam-Flag: *YES/)
{
exception {
to "$HOME/Maildir/.Trash/"
}
}