This is a discussion on Re: [courier-users] .mailfilter problem maildrop mechanism issue within the Courier-Imap forums, part of the Mail Servers and Related category; This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. --=_mimegpg-commodore.email-scan.com-7893-1131060569-0003 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Aurelien Barrere writes: > I configured postfix with maildrop and .mailfilter mechanism but > unfortunately the message is not rejected as I expected > > sample of my .mailfilter: > > FROM='X@domain.com' > import SENDER > if ($SENDER eq "") > { > SENDER=$FROM > } > > filter_out=0 > if ((/.*[Oo]ffice/:hb)) > { > filter_out=1 > } > if ( $filter_out==1 ) > { > exit A plain exit does not "reject" the mail. It simply terminates mail delivery and discards the message. --=_mimegpg-commodore.email-scan.com-7893-1131060569-0003 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQBDap1Zx9p3GYHlUOIRAtBAAJ4s6R5/vLQpFlulkPVKW5QbUqWwuACePAGZ 8tEkpqd6WUr1f5H8gGumwiI= =QSIQ -----END PGP SIGNATURE----- --=_mimegpg-commodore.email-scan.com-7893-1131060569-0003-- ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |