How do I get the digested version not to belch on the undigested version sending it messages to digest, complaining that it's coming from a daemon? -- Baloo
"Baloo" == Paul 'Baloo' Johnson <baloo@ursine.dyndns.org> writes:
Baloo> How do I get the digested version not to belch on the Baloo> undigested version sending it messages to digest, Baloo> complaining that it's coming from a daemon? I have never run a digested list, so there may be a better solution for your case. But I did have some normal submissions mistakenly trigger ^FROM_DAEMON, and adding these addresses to variable daemon_bias in rc.custom did solve that. You probably have to use the -request address of the undigested list in daemon_bias, not its submission address. Hans-Albert -- Hans-Albert Schneider <Hans-Albert.Schneider@mchp.siemens.de> Siemens AG phone: (+49) 89 636 45445 Corporate Technology fax: (+49) 89 636 42284 Munich, Germany -- To get my public PGP key, send me a mail with subject "send key" --
In article <Pine.LNX.4.44.0203272205010.32726-100000@ursine.dyndns.org>, "Paul 'Baloo' Johnson" <baloo@ursine.dyndns.org> writes:
How do I get the digested version not to belch on the undigested version sending it messages to digest, complaining that it's coming from a daemon?
We add this line to the rc.custom file for every digest list: daemon_bias="100^0 $undigested_list"
On Fri, 29 Mar 2002, Tim Pierce wrote:
We add this line to the rc.custom file for every digest list:
daemon_bias="100^0 $undigested_list"
For me, oddly, something like that didn't work. What did work was listing list@ursine.dyndns.org there... -- Baloo
"Paul 'Baloo' Johnson" <baloo@ursine.dyndns.org> writes:
How do I get the digested version not to belch on the undigested version sending it messages to digest, complaining that it's coming from a daemon?
Since you didn't show us an example of these belches or even tell us the name of the digested or undigested list, it's hard to be sure, but I would guess that the name of the undigest list includes something in it that is matched by procmail's ^FROM_MAILER token (see the MISCELLANEOUS section of the procmailrc(5) manpage for details on ^FROM_MAILER). *If* that's true, then the solution is to edit the digested list's rc.custom file and add a daemon_bias assignment that looks something like: daemon_bias='100^0 ^X-Loop: undigest-list-address@here' Philip Guenther
participants (4)
-
Hans-Albert Schneider
-
Paul 'Baloo' Johnson
-
Philip Guenther
-
Tim Pierce