Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [David_D] Mailing List (Arc) plug-in

Quote Reply
Re: [David_D] Mailing List (Arc) plug-in In reply to
What I want to do is to replace all of the email address of the incoming messages with a fixed address (i.e. listserv@whatever.com) and thus, a static user account. I looked at the MailArc.pm code and I see that if I could change the imported email address from the FROM: of the email then the script would handle the rest. Alex, Jason is this possible? I attempted this by adding the following just above the $self->create_disabled_user(); procedure call:

$self->{user}->{user_name} = "listserv@whatever.com";

Unfortunately it doesn't work. Is it a syntax issue? Wrong place? Anyone have any suggestions?

Thanks!

Dave
Subject Author Views Date
Thread Mailing List (Arc) plug-in Jag 4743 Jul 18, 2002, 9:09 AM
Thread Re: [Jag] Mailing List (Arc) plug-in
ArmyAirForces 4707 Jul 18, 2002, 1:19 PM
Thread Re: [ArmyAirForces] Mailing List (Arc) plug-in
David_D 4611 Aug 20, 2002, 2:19 AM
Thread Re: [David_D] Mailing List (Arc) plug-in
Alex 4593 Aug 22, 2002, 9:13 AM
Thread Re: [Alex] Mailing List (Arc) plug-in
David_D 4572 Aug 23, 2002, 2:57 AM
Thread Re: [David_D] Mailing List (Arc) plug-in
David_D 4550 Aug 23, 2002, 6:23 AM
Thread Re: [David_D] Mailing List (Arc) plug-in
bretzke 4511 Aug 27, 2002, 1:06 PM
Post Re: [bretzke] Mailing List (Arc) plug-in
bretzke 4520 Aug 28, 2002, 8:06 AM