Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: Can't bounce/resend mail to p5p anymore #532

Closed
p5pRT opened this issue Sep 20, 1999 · 2 comments
Closed

Re: Can't bounce/resend mail to p5p anymore #532

p5pRT opened this issue Sep 20, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Sep 20, 1999

Migrated from rt.perl.org#1379 (status was 'resolved')

Searchable as RT1379$

@p5pRT
Copy link
Author

p5pRT commented Sep 20, 1999

From The RT System itself

Tim Bunce​:

Attempting to bounce the message at the bottom to p5p, failed.
Hopefully the list software can be updated to check for a "Resent-To​:"
header.

The following patch to ezmlm should do the trick.

Index​: idxbase.1/ezmlm-reject.c
--- idxbase.1/ezmlm-reject.c Tue, 31 Aug 1999 05​:39​:01 +0200 smurf (net_mail_ezmlm/e/45_ezmlm-reje 1.2 644)
+++ noris.1(w)/ezmlm-reject.c Wed, 15 Sep 1999 09​:28​:03 +0200 smurf (net_mail_ezmlm/e/45_ezmlm-reje 1.2 644)
@​@​ -232,6 +232,11 @​@​
  }
  } else {
  if (!flagtook &&
+ (case_startb(cp,len,"resent-to​:") ||
+ case_startb(cp,len,"resent-cc​:"))) {
+ linetype = 'T';
+ if (!stralloc_catb(&to,line.s + 10,line.len - 11)) die_nomem();
+ } else if (!flagtook &&
  (case_startb(cp,len,"to​:") || case_startb(cp,len,"cc​:"))) {
  linetype = 'T'; /* cat so that To/Cc don't overwrite */
  if (!stralloc_catb(&to,line.s + 3,line.len - 4)) die_nomem();

Alternately, calling it with -T (via the appropriate .qmail alias file)
should work also, but -T allows more spam in.

--
Matthias Urlichs | noris network GmbH | smurf@​noris.de | ICQ​: 20193661
The quote was selected randomly. Really. | http​://www.noris.de/~smurf/
--
RECURSION n. See RECURSION, TAIL RECURSION.
  -- From the AI Hackers' Dictionary

@p5pRT
Copy link
Author

p5pRT commented Apr 22, 2003

@iabyn - Status changed from 'stalled' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant