Gossamer Forum
Home : Products : Links 2.0 : Customization :

Return-Path

Quote Reply
Return-Path
Hi!

How to set return path to admin email when mailling to all link owners.
Now all mails that are not existing any more ends at my ISP .. and he is "kinda angry"

in mailer.pm? what?

thanx in advance

Gregor

Gregor
Quote Reply
Re: [sc2utp] Return-Path In reply to
not funny but sort of is ... Smile you're ISP is complaining, but you're paying him money.

return path? but you do have a from inside of mailer.pm, is your links.cfg set with your email address?

good luck

openoffice + gimp + sketch ... Smile
Quote Reply
Re: [QooQ] Return-Path In reply to
sad but true (metalica) :))
the problem is that i send out weekly to all link owners their statistic and on the other side of my hompage i have a mialling list with 2500 emails. Obviously a lot of mails are coming back which i don't get.

here is detailed mail

Code:
Return-Path: <anonymous@mail.kelt.si>
Delivered-To: vstopnice.com-info@vstopnice.com
Received: (qmail 5734 invoked by uid 99); 23 Aug 2001 10:47:35 -0000
Date: 23 Aug 2001 10:47:35 -0000
Message-ID: <20010823104735.5733.qmail@mail.kelt.si>
To: info@vstopnice.com
From: info@vstopnice.com
X-Mailer: Mailer::1.0 (http://www.gossamer-threads.com/scripts/)
Subject: Prenovljen Slovenski Glasbeni Imenik

so .. i should set return path to my mail ... ??

Gregor
Quote Reply
Re: [sc2utp] Return-Path In reply to
Yes...change the "anonymous" email address. If you do not
have unlimited alias email addresses, then that is the problem.

Use an active email account.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [AnthroRules] Return-Path In reply to
Hi!
info@vstopnice.com is my active email account ... and i have no i dea where does that anonymus comes from .. !?

bye

Gregor
Quote Reply
Re: [AnthroRules] Return-Path In reply to
Hi!
i have spoken to my ISP and he told me that "anonymus" must be set in links2.0 .
If i put reply on mail to linkowner i can reply normaly .. but return path is anonymus

tenx

Gregor
Quote Reply
Re: [AnthroRules] Return-Path In reply to
Hi!
would there be any other idea?

thanx

Gregor
Quote Reply
Re: [sc2utp] Return-Path In reply to
Well for those who might have the same problem .. i figured it out and here is solution.

In Mailer.pm i have added in sub send_sendmail

Code:
print $s "Return-Path: ", $self->{'from'}, "\n";

just above
Code:
print $s "To: ", $self->{'to'}, "\n";

of course if u use sendmail..if u use smtp then find sub send_smtp and do the same ... worked for me Cool
thenx and bye

Gregor
Quote Reply
Re: [sc2utp] Return-Path In reply to
Good job
Lavon Russell
LookHard Mods
lavon@lh.links247.net
Quote Reply
Re: [Bmxer] Return-Path In reply to
Well .. when i got my first links 2.0 i heard for CGI for the first time... now after 1 year of sleepless nights i have links as i want and they do not (95%) make me problems anymore. I learned everything from this forum .. it's time to payback and help others .. as much as i can :)

Gregor