unsubscribe

2009-07-23 Thread Rick Duval
unsubscribe

How to get Exim Envelope To?

2008-05-24 Thread Rick Duval
I'm running SA through MailScanner using Exim as MTA. I'm writing a custom plugin and I'm trying to get the envelope-to var. I've tried my $envto = $pms->get('Envelope-To'); but it always comes back empty. Any ideas?

Re: Vars for Custom Plugins

2008-05-23 Thread Rick Duval
t; [sending back to users@ list since it's generally useful info] > > On Thu, May 22, 2008 at 11:25:44AM -0400, Rick Duval wrote: > > One thing though, IF using to:addr I often get the name of the mailing > list > > as opposed to the actual recipient. Is there a "clean

Splitting cc:'s

2008-05-22 Thread Rick Duval
If I have customer per user filtering I need ot have separate emails to work upon but if a email comes cc'd to 3 people at the same domain is there a way to handle that? Exim is my MTA, perhaps a way to have it generated multiple copies? Rick

Vars for Custom Plugins

2008-05-22 Thread Rick Duval
Can someone point me to a list and description of vars available to plugins. I know a couple like $pms->get("to") , etc but there's also "to:addr". I'm looking for some sort of reference that tell me what the differences are? Also how to just get a clean "to" address. I've notice that may mailing

Clean "TO" field

2008-05-15 Thread Rick Duval
I'm writing a custom plugin and using $pms->get('To') to get my to address but it can be full of all kinds of junk. Multiple cc's, names of account as well as their addresses and sometimes, for mailing lists, just the name of the list! 1) is there a complete list of variables available somewhere