-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 1 Apr 2002, Eng. Manuel A. Camacho Q. wrote:
>I have serious trouble with spam comming from Korea. It apparently comes 
>from different addresses and servers.

Use fetchmail and procmail to download and filter your mail. Procmail can
be configured to drop the mail into whatever file Mozilla uses as an
Inbox.

Here are some procmail receipes that will help:

###################################################################
# Mail from Asia
:0
* ^Received:.*+(0800|0900)
  {
    :0f
    | formail -i 'X-FilterStatus: Relayed thru Asian mail server'

    :0
    junk
  }


# Mail in foreign character sets
:0
* ^Content-Type:.*gb2312
/dev/null

:0
* ^Content-Type:.*ks_c_5601-1987
/dev/null

:0
* ^Content-Type:.*big5
/dev/null

#####################################################################



Tony
- -- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]%3E>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05         HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE8qc8xpCpg3WyUI50RAo58AJwPz0bNxPJa/qLgP67U+byMr6L/UwCg8Vyn
P9dUjHnIF42oQ3/WR8rziaY=
=vqhQ
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to