1 message in net.sourceforge.lists.courier-maildrop[maildropl] how to get recipient emai...
FromSent OnAttachments
Moshe GurvichApr 1, 2004 2:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] how to get recipient email id in maildroprc?Actions...
From:Moshe Gurvich (mosh@kabbalah.com)
Date:Apr 1, 2004 2:28:46 am
List:net.sourceforge.lists.courier-maildrop

Hi, I'm trying to use spamc instead of spamassassin in maildroprc with virtual users.

The only way i found to get virtual user id is from $HOME variable, which is in format: /home/virtual/domain/user

$HOME =~ /\/[^\/]+\/.+$/ EMAILID="$MATCH2@$MATCH1" xfilter "spamc -u $EMAILID"

But $EMAILID becomes just "@" - how to do it right? Is there any other solution?

Thanks..