Ken,
Viewing the maillog file, I don't see header checking logs. I can see that
the messages were being queue  and processed although I tried to send
message with the subject thats in my header check file.

Lan,
Attached is the header_checks file am using on the server.

Thanks for your help.

On 12/12/06, Ian Dexter R. Marquez <[EMAIL PROTECTED]> wrote:

On 12/12/06, Josel Joaquin <[EMAIL PROTECTED]> wrote:
> postmap: warning: /etc/postfix/maps/header_checks, line 79:
> record is in "key: value" format; is this an alias file?
> postmap: warning: /etc/postfix/maps/header_checks.db:
> duplicate entry: "/^x-mailer:"
>

What are the contents of /etc/postfix/maps/header_checks?
--
Ian Dexter R. Marquez
http://iandexter.net | [EMAIL PROTECTED] (XMPP)
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

# We use the header_checks file to remove some headers that we find undesirable.
/^Disposition-Notification-To:/                 IGNORE

# These are headers used to track some spam messages.
/^Bel-Tracking: .*/                             REJECT
/^Hel-Tracking: .*/                             REJECT
/^Kel-Tracking: .*/                             REJECT
/^BIC-Tracking: .*/                             REJECT
/^Lid-Tracking: .*/                             REJECT

# Following Will Block Spams With Many Spaces In The Subject.
/^Subject: .*            /                      REJECT Your subject had too 
many subsequent spaces. Please change the subject and try again.

# Emails with eronious dates (or dates far in the past) will appear at the top 
or bottom of your mail client.
/^Date: .* 200[0-4]/                            REJECT Your email has a date 
from the past. Fix your system clock and try again.
/^Date: .* 19[0-9][0-9]/                        REJECT Your email has a date 
from the past. Fix your system clock and try again.

# Following Are Alphabetical Listings Of Subject Contents That Will Be Blocked.
/^Subject: .*Sex Drive/                         REJECT 
/^Subject: .*Sex Of My Girl/                    REJECT 
/^Subject: .*Sex On/                            REJECT 
/^Subject: .*Sex With Someone Here/             REJECT
/^Subject: .*Sex-Sample-Pic/                    REJECT
/^Subject: .*Sexual Performance/                REJECT  


# Following is a listing of known mass mailer programs.
/^X-Mailer: 0001/                               REJECT
/^X-Mailer: Avalanche/                          REJECT
/^X-Mailer: Crescent Internet Tool/             REJECT
/^X-Mailer: DiffondiCool/                       REJECT
/^X-Mailer: E-Mail Delivery Agent/              REJECT
/^X-Mailer: Emailer Platinum/                   REJECT
/^X-Mailer: Entity/                             REJECT
/^X-Mailer: Extractor/                          REJECT
/^X-Mailer: Floodgate/                          REJECT
/^X-Mailer: GOTO Software Sarbacane/            REJECT
/^X-Mailer: MailWorkz/                          REJECT
/^X-Mailer: MassE-Mail/                         REJECT
/^X-Mailer: MaxBulk.Mailer/                     REJECT
/^X-Mailer: News Breaker Pro/                   REJECT
/^X-Mailer: SmartMailer/                        REJECT
/^X-Mailer: StormPort/                          REJECT
/^X-Mailer: SuperMail-2/                        REJECT
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to