Re: Poll: should Trac send email notifications when adding or replacing an attachment?

2016-11-04 Thread Ralph Seichter
On 04.11.2016 09:43, René J. V. Bertin wrote: > Filtering these notifications means filtering on email content, and > with the number of MUA's I'm using that'd have to be done on the server. Which is why I suggested Sieve as the first option. Works fine for me. I use Sieve "fileinto" to sort inco

Re: Poll: should Trac send email notifications when adding or replacing an attachment?

2016-11-03 Thread Ralph Seichter
On 03.11.2016 09:30, René J.V. Bertin wrote: > For active tickets I spend too much time weeding through and deleting > emails devoid of interest. Have you tried using Sieve or your MUA's filter options to get rid of e-mails you personally don't consider of interest? Notifications are a major boon

Re: New mailing list host: lists.macports.org

2016-11-02 Thread Ralph Seichter
On 03.11.16 01:06, Rainer Müller wrote: > For sender domains with a strict DMARC policy (p=reject or > p=quarantine), the From address will be rewritten to the list > address and the original sender will be in Reply-To. This implies that you'll need SPF to pass for the mailing list's domain if DK

Re: New mailing list host: lists.macports.org

2016-11-02 Thread Ralph Seichter
On 03.11.16 00:23, Ryan Schmidt wrote: > The new mailing list server uses an updated version of mailman that is > supposed to handle this problem without the need to remove the email > footers. If the sender signs message bodies and mailman modifies the bodies, DKIM signatures should, by design,

Re: New mailing list host: lists.macports.org

2016-11-02 Thread Ralph Seichter
On 02.11.16 23:58, Gabriel Rosenkoetter wrote: > I may be mistaken, but doesn't passing mail through an intermediate > mailing list (not just normal STMP routing) inherently invalidate your > source SMTP server's DKIM signature? No, it does not, if the mailing list is configured correctly. DKIM s

Re: New mailing list host: lists.macports.org

2016-11-02 Thread Ralph Seichter
On 02.11.16 23:24, Rainer Müller wrote: > as part of the move off of macOS forge, we will migrate the mailing > lists to the new mail server. While you are working on the ML anyway: can you please change list settings to *not* add footer information to mail bodies or modify subject lines. These m

Re: apache 2.4

2012-04-19 Thread Ralph Seichter
On 19.04.12 19:16, Daniel J. Luke wrote: > looks like a tiny patch to util.c makes it build (save_errno -> aprerr). > I haven't tested it though. The best suggested patch (or rather code used in SVN trunk) I've seen so far is mentioned here: http://svn.haxx.se/dev/archive-2012-02/0537.shtml I'm

Re: apache 2.4

2012-04-19 Thread Ralph Seichter
On 19.04.12 18:48, Daniel J. Luke wrote: > I believe subversion version since something like 1.6.5 could build > against apache 2.4 Apache 2.4 introduces some API changes. You'll see compile errors like these: subversion/mod_dav_svn/util.c: In function 'dav_svn__log_err': subversion/mod_dav_svn/

Re: apache 2.4

2012-04-19 Thread Ralph Seichter
On 19.04.12 00:46, Ryan Schmidt wrote: > I wonder if I can just update the apache2 port or if this will cause > problems. I did some tests, and found that Subversion 1.7.4 does not compile against Apache 2.4.2. This is not MacPorts-specific, though. -Ralph ___

Re: Trickle bandwidth shaper

2011-07-20 Thread Ralph Seichter
On 20.07.11 00:51, Arno Hautala wrote: > I'd enjoy using trickle as well, but I doubt it's possible without > significant rewrites.. Well, perhaps ipfw-based traffic shaping is the proper way to do things with OS X. Randal Schwartz has suggested this direction aswell. I think I will give it a try

Re: Trickle bandwidth shaper

2011-07-20 Thread Ralph Seichter
On 20.07.11 00:43, Ryan Schmidt wrote: > If you want to see trickle on Mac OS X, work with the developer of > the software to make that happen. I have sent an E-Mail to Marius Eriksen, and I hope he will answer. From my reading so far I guess that you're correct in assuming that trickle has not b

Trickle bandwidth shaper

2011-07-19 Thread Ralph Seichter
Hello list, as I could not find a MacPorts version of Marius Eriksen's "trickle" (see http://monkey.org/~marius/pages/?page=trickle), I tried to build Trickle 1.06 on OS X 10.6.8 myself. After installing the libevent 2.0.10 port and running configure, the build fails with the following messages:

Re: mediatomb ignores sigHUP

2011-02-06 Thread Ralph Seichter
On 06.02.11 23:40, Brandon S Allbery KF8NH wrote: > There are wrapper libraries that abstract away the details of portably > detecting filesystem changes (Linux uses inotify, Darwin/OSX and *BSD > use kqueue, etc.). MediaTomb comes with inotify support, but I haven't yet read about any support fo

Re: mediatomb ignores sigHUP

2011-02-06 Thread Ralph Seichter
On 06.02.11 21:56, Björn Lundin wrote: > I got mediatomb 0.12.1 running on a ppc mac with Leopard > Works great but for detecting changes in the filesystem. The Linux kernel's "inotify" subsystem handles this nicely, but I don't know if inotify is available for Leopard's Darwin kernel. -Ralph __