I use a dial-up (offline) mail server qmail-1.0.3 + serialmail-0.75+safecat
on RedHat Linux
It works great.
The offline mailser just stores the outgoing mail into a maildir and
maildirsmtp sends it when invoked.
But when I filter the outgoing mail through procmail+safecat, maildirsmtp
just ignores it.

The only difference I noticed about filtered messages is the name.
The original ones are #########.#####.digital.altex.ro
while the procmailed ones are #########.##########.digital.altex.ro

why is that ? (and how can I solve it ?)

Claudiu

here's my .procmailrc

----------- .procmailrc -------------
PATH=/bin:/usr/bin:/usr/local/bin:/var/qmail/bin
MAILDIR=$HOME/pppdir
DEFAULT=$HOME/$USER
LOGFILE=$HOME/MAILLOG
LOGABSTRACT=all
VERBOSE=no
LOCKTIMEOUT=1
SHELL=/bin/sh
UMASK=022
ORGMAIL=$HOME
COMSAT=no

EXITCODE=99
:0
* !^From:.*mail-supervisor@altex\.ro
! [EMAIL PROTECTED]
#| formail -k -X From: -X Sender: -X Return-Path: | qmail-inject
[EMAIL PROTECTED]

EXITCODE=99
:0w
| safecat $HOME/pppdir/tmp $HOME/pppdir/new
-------------------------------------

Reply via email to