>> I was thinking about creating a script in php that would poll the
>> first account and copy to the 2nd when needed. But I figured there has
>> to be a better way or a pre-made util to do this?
>I generally use a mail client, with rules (in my case, Apple Mail) to
perform such stuff, via IMAP).
or additional commands, e-mail: [EMAIL PROTECTED]
I'm a fan of qmail-inject :-P
Something like
cd Maildir/new/
for mail in *; do
if grep -e "^Hey you" $mail >/dev/null 2>&1 ; then
/var/qmail/bin/qmail-inject [EMAIL PROTECTED] < $mail
;
fi
done
Should do the trick?
BEGIN:VCARD
VERSION:2.1
N:Sánchez Martín;David
FN:[EMAIL PROTECTED] ([EMAIL PROTECTED])
ORG:E2000 Financial Investments, S.A.;Centro de Nuevas Tecnologías
TITLE:Administrador de Sistemas
TEL;WORK;VOICE:902196177
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA;Asturias;;;Espa=F1a
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Agust=EDn Bravo 17 2=BA B=0D=0A33120 PRAVIA=0D=0AAsturias=0D=0AEspa=F1a
URL;WORK:http://www.e2000.es
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060705T152542Z
END:VCARD
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]